mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:55:00 +02:00
enable dirname and id by default (needed by openswan)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@676 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0d342b7e50
commit
803f5ac065
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user