diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-05-25 17:15:39 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-05-25 17:15:39 +0000 |
commit | e7133da4aada3f96f0e4a64a9858919ee36a2e0a (patch) | |
tree | 04f8e115af4d7639ce173efddf1022b215048390 /package/busybox/config/coreutils | |
parent | b90bd689a2df064438cc7b270270f322136aa7b2 (diff) | |
download | mtk-20170518-e7133da4aada3f96f0e4a64a9858919ee36a2e0a.zip mtk-20170518-e7133da4aada3f96f0e4a64a9858919ee36a2e0a.tar.gz mtk-20170518-e7133da4aada3f96f0e4a64a9858919ee36a2e0a.tar.bz2 |
busybox: update to v1.13.4 (closes: #4279)
SVN-Revision: 16063
Diffstat (limited to 'package/busybox/config/coreutils')
-rw-r--r-- | package/busybox/config/coreutils/Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in index 93f10e3..0775b4c 100644 --- a/package/busybox/config/coreutils/Config.in +++ b/package/busybox/config/coreutils/Config.in @@ -136,12 +136,12 @@ config BUSYBOX_CONFIG_DF df reports the amount of disk space used and available on filesystems. -config BUSYBOX_CONFIG_FEATURE_DF_INODE - bool "Enable -i (inode information)" +config BUSYBOX_CONFIG_FEATURE_DF_FANCY + bool "Enable -a, -i, -B" default n depends on BUSYBOX_CONFIG_DF help - This option enables support for df -i. + This option enables -a, -i and -B. config BUSYBOX_CONFIG_DIRNAME bool "dirname" @@ -189,7 +189,7 @@ config BUSYBOX_CONFIG_ECHO config BUSYBOX_CONFIG_FEATURE_FANCY_ECHO bool "Enable echo options (-n and -e)" default y - depends on BUSYBOX_CONFIG_ECHO + depends on BUSYBOX_CONFIG_ECHO || BUSYBOX_CONFIG_ASH_BUILTIN_ECHO help This adds options (-n and -e) to echo. @@ -649,7 +649,7 @@ config BUSYBOX_CONFIG_TEST config BUSYBOX_CONFIG_FEATURE_TEST_64 bool "Extend test to 64 bit" default n - depends on BUSYBOX_CONFIG_TEST + depends on BUSYBOX_CONFIG_TEST || BUSYBOX_CONFIG_ASH_BUILTIN_TEST help Enable 64-bit support in test. |