From: nbd Date: Mon, 18 Apr 2005 19:51:42 +0000 (+0000) Subject: enable dirname and id by default (needed by openswan) X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=eb9ff0d90a97b4a9c86689d097f0c5f9c5a6db97 enable dirname and id by default (needed by openswan) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@676 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in index 1a3ef990cf..10cf659b10 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.