X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/38f5277cb8dfa67e734d2da03a4cefda00bf19f1..30f510674a1313843bf364a9f1a5a59dc2f7c6db:/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 49bdb8940..10cf659b1 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. @@ -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,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.