summaryrefslogtreecommitdiff
path: root/package/adkinstall/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-21 23:34:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-21 23:34:33 +0100
commitcd945e49e76927a4c2924523458ceebfc2f859d6 (patch)
tree522e6d2becd283d0adf9fb63366bd8725a466275 /package/adkinstall/Makefile
parent3f5ed16b700efcfbc6d3eb0cc54bc63b3aa75ea5 (diff)
rename ext2-cf target rootfs to ext2-block
- add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block
Diffstat (limited to 'package/adkinstall/Makefile')
-rw-r--r--package/adkinstall/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/package/adkinstall/Makefile b/package/adkinstall/Makefile
index f8ada2ebe..5a1823cc3 100644
--- a/package/adkinstall/Makefile
+++ b/package/adkinstall/Makefile
@@ -5,12 +5,12 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= adkinstall
PKG_VERSION:= 1.0
-PKG_RELEASE:= 3
-PKG_DESCR:= installer for compact flash or nand/mtd devices
+PKG_RELEASE:= 4
+PKG_DESCR:= installer for cf, mmc, sd or mtd devices
PKG_SECTION:= base
-PKG_DEPENDS:= parted sfdisk
+PKG_DEPENDS:= parted sfdisk e2fsprogs
-PKG_TARGET_DEPENDS:= alix wrap rb532
+PKG_TARGET_DEPENDS:= alix wrap rb532 foxg20
WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}
NO_DISTFILES:= 1
@@ -31,6 +31,9 @@ do-install:
ifeq ($(ADK_LINUX_MIPS_RB532),y)
${INSTALL_BIN} ./src/adkinstall.rb532 \
$(IDIR_ADKINSTALL)/sbin/adkinstall
+else ifeq ($(ADK_LINUX_ARM_FOXBOARD),y)
+ ${INSTALL_BIN} ./src/adkinstall.foxg20 \
+ $(IDIR_ADKINSTALL)/sbin/adkinstall
else
${INSTALL_BIN} ./src/adkinstall $(IDIR_ADKINSTALL)/sbin
endif