X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b4bd39d9bf40b8c66d6950f82c4840a0368fe8ea..0cfd99d729c2d53031c2d564a4b70760eb1a7c30:/package/busybox/config/coreutils/Config.in?ds=sidebyside diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in index 1a3ef990c..9d97e3c58 100644 --- a/package/busybox/config/coreutils/Config.in +++ b/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. @@ -214,7 +214,7 @@ config BUSYBOX_CONFIG_HOSTID config BUSYBOX_CONFIG_ID bool "id" - default n + default y help id displays the current user and group ID names. @@ -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