summaryrefslogtreecommitdiff
path: root/package/cfgfs
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/cfgfs
parentb11d3a635ac903eb013409aebaec4c9b91026056 (diff)
add some more Config.in generation tweaks
Diffstat (limited to 'package/cfgfs')
-rw-r--r--package/cfgfs/Makefile2
1 files changed, 1 insertions, 1 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