From 3243e8c65f098c73ed71a9b6f49624400394b19a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 18 Apr 2005 19:51:42 +0000 Subject: [PATCH] enable dirname and id by default (needed by openswan) SVN-Revision: 676 --- openwrt/package/busybox/config/coreutils/Config.in | 4 ++-- 1 file 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.