diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-18 19:51:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-18 19:51:42 +0000 |
commit | e3b86ee3fb6960dbd2503a4ac01659c8e907b21e (patch) | |
tree | a6f87fac16d22ed13dfdc4793a87128c29095b91 /package/busybox | |
parent | 26afbfb9fffedf03bbc0d3aaa937786b08270b77 (diff) | |
download | upstream-e3b86ee3fb6960dbd2503a4ac01659c8e907b21e.tar.gz upstream-e3b86ee3fb6960dbd2503a4ac01659c8e907b21e.tar.bz2 upstream-e3b86ee3fb6960dbd2503a4ac01659c8e907b21e.zip |
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
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/config/coreutils/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
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. |