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 | 3243e8c65f098c73ed71a9b6f49624400394b19a (patch) | |
tree | ccddf224fe83a48cb79b20b7c1151a788d9ef462 /openwrt/package/busybox | |
parent | 8bc4d3fe6d27e5416577f1c5d5d157b5260d7da2 (diff) | |
download | mtk-20170518-3243e8c65f098c73ed71a9b6f49624400394b19a.zip mtk-20170518-3243e8c65f098c73ed71a9b6f49624400394b19a.tar.gz mtk-20170518-3243e8c65f098c73ed71a9b6f49624400394b19a.tar.bz2 |
enable dirname and id by default (needed by openswan)
SVN-Revision: 676
Diffstat (limited to 'openwrt/package/busybox')
-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 1a3ef99..10cf659 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. |