X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/9d30652149fd745711342cec7ee8574e973ec241..d43084b0a729b243865bbb698343ac1c7f841fd9:/openwrt/package/busybox/config/coreutils/Config.in diff --git a/openwrt/package/busybox/config/coreutils/Config.in b/openwrt/package/busybox/config/coreutils/Config.in index 1f3da2f10..9d97e3c58 100644 --- a/openwrt/package/busybox/config/coreutils/Config.in +++ b/openwrt/package/busybox/config/coreutils/Config.in @@ -112,7 +112,7 @@ config BUSYBOX_CONFIG_DF config BUSYBOX_CONFIG_DIRNAME bool "dirname" - default n + default y help dirname is used to strip a non-directory suffix from a file name. @@ -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. @@ -200,7 +200,7 @@ config BUSYBOX_CONFIG_HEAD config BUSYBOX_CONFIG_FEATURE_FANCY_HEAD bool " Enable head options (-c, -q, and -v)" - default n + default y depends on BUSYBOX_CONFIG_HEAD help This enables the head options (-c, -q, and -v). @@ -214,13 +214,13 @@ config BUSYBOX_CONFIG_HOSTID config BUSYBOX_CONFIG_ID bool "id" - default n + default y help id displays the current user and group ID names. config BUSYBOX_CONFIG_INSTALL bool "install" - default y + default n help Copy files and set attributes. @@ -337,7 +337,7 @@ config BUSYBOX_CONFIG_OD config BUSYBOX_CONFIG_PRINTF bool "printf" - default n + default y help printf is used to format and print specified strings. It's similar to `echo' except it has more options. @@ -369,7 +369,7 @@ config BUSYBOX_CONFIG_RMDIR config BUSYBOX_CONFIG_SEQ bool "seq" - default n + default y help print a sequence of numbers @@ -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.