diff options
author | Mike Baker <mbm@openwrt.org> | 2005-03-08 06:46:06 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-03-08 06:46:06 +0000 |
commit | deff7acc25b21b8cacbe89a3d8882e5159db37e1 (patch) | |
tree | 54756d7972dc45fbd4899599706af189d53b6fac /package/busybox/config | |
parent | 29eac72c147fba82874fed573f9babeccfb35c7b (diff) | |
download | upstream-deff7acc25b21b8cacbe89a3d8882e5159db37e1.tar.gz upstream-deff7acc25b21b8cacbe89a3d8882e5159db37e1.tar.bz2 upstream-deff7acc25b21b8cacbe89a3d8882e5159db37e1.zip |
change busybox options, remove old unused config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@353 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config')
-rw-r--r-- | package/busybox/config/coreutils/Config.in | 8 | ||||
-rw-r--r-- | package/busybox/config/debianutils/Config.in | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in index 1f3da2f107..49bdb89405 100644 --- a/package/busybox/config/coreutils/Config.in +++ b/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. diff --git a/package/busybox/config/debianutils/Config.in b/package/busybox/config/debianutils/Config.in index c5a07eaec5..b62499eb1b 100644 --- a/package/busybox/config/debianutils/Config.in +++ b/package/busybox/config/debianutils/Config.in @@ -26,7 +26,7 @@ config BUSYBOX_CONFIG_READLINK config BUSYBOX_CONFIG_RUN_PARTS bool "run-parts" - default y + default n help run-parts is a utility designed to run all the scripts in a directory. @@ -41,7 +41,7 @@ config BUSYBOX_CONFIG_RUN_PARTS config BUSYBOX_CONFIG_START_STOP_DAEMON bool "start-stop-daemon" - default y + default n help start-stop-daemon is used to control the creation and termination of system-level processes, usually the ones |