mirror of https://github.com/hak5/openwrt-owl.git
parent
8bc4d3fe6d
commit
3243e8c65f
|
@ -112,7 +112,7 @@ config BUSYBOX_CONFIG_DF
|
||||||
|
|
||||||
config BUSYBOX_CONFIG_DIRNAME
|
config BUSYBOX_CONFIG_DIRNAME
|
||||||
bool "dirname"
|
bool "dirname"
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
dirname is used to strip a non-directory suffix from
|
dirname is used to strip a non-directory suffix from
|
||||||
a file name.
|
a file name.
|
||||||
|
@ -214,7 +214,7 @@ config BUSYBOX_CONFIG_HOSTID
|
||||||
|
|
||||||
config BUSYBOX_CONFIG_ID
|
config BUSYBOX_CONFIG_ID
|
||||||
bool "id"
|
bool "id"
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
id displays the current user and group ID names.
|
id displays the current user and group ID names.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue