enable dirname and id by default (needed by openswan)
SVN-Revision: 676
This commit is contained in:
parent
8bc4d3fe6d
commit
3243e8c65f
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue