summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-20 20:21:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-20 20:21:33 +0100
commit5f098c0bfc985961123d153bedfac434b0689e99 (patch)
tree3ea7c34b885b1ae3017fb01f38d58904f5567537 /package
parentb11d3a635ac903eb013409aebaec4c9b91026056 (diff)
add some more Config.in generation tweaks
Diffstat (limited to 'package')
-rw-r--r--package/cfgfs/Makefile2
-rw-r--r--package/mtd/Makefile4
2 files changed, 4 insertions, 2 deletions
diff --git a/package/cfgfs/Makefile b/package/cfgfs/Makefile
index a5f24a96f..e99c7e244 100644
--- a/package/cfgfs/Makefile
+++ b/package/cfgfs/Makefile
@@ -13,7 +13,7 @@ PKG_TARGET_DEPENDS:= alix1c alix2d wrap foxboard ag241 rb532
WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}
NO_DISTFILES:= 1
-CFLINE_CFGFS:= select BUSYBOX_COMM\\n\\tselect BUSYBOX_MD5SUM
+CFLINE_CFGFS:= select BUSYBOX_COMM\n\tselect BUSYBOX_MD5SUM\n\tselect BUSYBOX_XARGS\n\tselect BUSYBOX_FEATURE_SORT_BIG
include ${TOPDIR}/mk/package.mk
diff --git a/package/mtd/Makefile b/package/mtd/Makefile
index 67aa1f30c..a04bd4693 100644
--- a/package/mtd/Makefile
+++ b/package/mtd/Makefile
@@ -9,6 +9,8 @@ PKG_RELEASE:= 1
PKG_DESCR:= MTD utility
PKG_SECTION:= base
+PKG_TARGET_DEPENDS:= ag241 foxboard
+
WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}
NO_DISTFILES:= 1
@@ -27,6 +29,6 @@ do-build:
do-install:
${INSTALL_DIR} ${IDIR_MTD}/sbin
- ${INSTALL_BIN} ${WRKBUILD}/mtd ${IDIR_MTD}/sbin/mtd
+ ${INSTALL_BIN} ${WRKBUILD}/mtd ${IDIR_MTD}/sbin
include ${TOPDIR}/mk/pkg-bottom.mk