diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-08 06:46:06 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-08 06:46:06 +0000 |
commit | 6d87b611e233f1b44b9f49115b1824cc6572da1a (patch) | |
tree | 0a3d719cd78e5fc692fc643c4d67dafeff1e8c8a /openwrt/package/busybox/config/coreutils | |
parent | 0b2ad17783b7602af2841691d5f02628e308d95c (diff) |
change busybox options, remove old unused config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@353 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/busybox/config/coreutils')
-rw-r--r-- | openwrt/package/busybox/config/coreutils/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/busybox/config/coreutils/Config.in b/openwrt/package/busybox/config/coreutils/Config.in index 1f3da2f10..49bdb8940 100644 --- a/openwrt/package/busybox/config/coreutils/Config.in +++ b/openwrt/package/busybox/config/coreutils/Config.in @@ -131,14 +131,14 @@ config BUSYBOX_CONFIG_UNIX2DOS config BUSYBOX_CONFIG_DU bool "du (default blocksize of 512 bytes)" - default n + default y help du is used to report the amount of disk space used for specified files. config BUSYBOX_CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K bool " Use a default blocksize of 1024 bytes (1K)" - default n + default y depends on BUSYBOX_CONFIG_DU help Use a blocksize of (1K) instead of the default 512b. @@ -220,7 +220,7 @@ config BUSYBOX_CONFIG_ID config BUSYBOX_CONFIG_INSTALL bool "install" - default y + default n help Copy files and set attributes. @@ -471,7 +471,7 @@ config BUSYBOX_CONFIG_TOUCH config BUSYBOX_CONFIG_TR bool "tr" - default n + default y help tr is used to squeeze, and/or delete characters from standard input, writing to standard output. |