diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-30 13:30:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-30 13:30:32 +0100 |
commit | 067cd649711b527b68299a2825620df2bdddb06b (patch) | |
tree | 02d8c715056beaeb8a24fa0d5e19d8ad345d67f1 | |
parent | a7bbe6b8da9adf72cd2f36f61dee72e65343ee8d (diff) |
combine all alix targets and use "alix" from target/target.lst
-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 |