diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-18 19:51:42 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-18 19:51:42 +0000 |
commit | 803f5ac0656f3d66f3537a2bd19e00454c3169b5 (patch) | |
tree | ccddf224fe83a48cb79b20b7c1151a788d9ef462 /openwrt/package/busybox/config | |
parent | 0d342b7e50df8db7b10b67af856d053af3b292b6 (diff) |
enable dirname and id by default (needed by openswan)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@676 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/busybox/config')
-rw-r--r-- | openwrt/package/busybox/config/coreutils/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/busybox/config/coreutils/Config.in b/openwrt/package/busybox/config/coreutils/Config.in index 1a3ef990cf..10cf659b10 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. @@ -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. |