diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/cfinstall/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/cfinstall/Makefile b/package/cfinstall/Makefile index 1197fd15a..94b423d83 100644 --- a/package/cfinstall/Makefile +++ b/package/cfinstall/Makefile @@ -5,12 +5,12 @@ include ${TOPDIR}/rules.mk PKG_NAME:= cfinstall PKG_VERSION:= 1.0 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_DESCR:= compact flash installer PKG_SECTION:= base PKG_DEPENDS:= parted sfdisk -PKG_TARGET_DEPENDS:= alix1c alix2d wrap rb532 +PKG_TARGET_DEPENDS:= alix wrap rb532 WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION} NO_DISTFILES:= 1 |