diff options
Diffstat (limited to 'package/cfinstall/Makefile')
-rw-r--r-- | package/cfinstall/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/cfinstall/Makefile b/package/cfinstall/Makefile index b48120005..1197fd15a 100644 --- a/package/cfinstall/Makefile +++ b/package/cfinstall/Makefile @@ -8,6 +8,9 @@ PKG_VERSION:= 1.0 PKG_RELEASE:= 1 PKG_DESCR:= compact flash installer PKG_SECTION:= base +PKG_DEPENDS:= parted sfdisk + +PKG_TARGET_DEPENDS:= alix1c alix2d wrap rb532 WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION} NO_DISTFILES:= 1 |