mirror of https://github.com/hak5/openwrt.git
busybox: disable features marked as broken (#13782)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37277lede-17.01
parent
da72edd7cd
commit
3a4a74f861
|
@ -71,7 +71,7 @@ config BUSYBOX_CONFIG_TELINIT_PATH
|
||||||
locating telinit executable.
|
locating telinit executable.
|
||||||
config BUSYBOX_CONFIG_INIT
|
config BUSYBOX_CONFIG_INIT
|
||||||
bool "init"
|
bool "init"
|
||||||
default y
|
default n
|
||||||
select BUSYBOX_CONFIG_FEATURE_SYSLOG
|
select BUSYBOX_CONFIG_FEATURE_SYSLOG
|
||||||
depends on BROKEN
|
depends on BROKEN
|
||||||
help
|
help
|
||||||
|
|
|
@ -95,7 +95,7 @@ config BUSYBOX_CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE
|
||||||
|
|
||||||
config BUSYBOX_CONFIG_LOGREAD
|
config BUSYBOX_CONFIG_LOGREAD
|
||||||
bool "logread"
|
bool "logread"
|
||||||
default y
|
default n
|
||||||
depends on BUSYBOX_CONFIG_FEATURE_IPC_SYSLOG && BROKEN
|
depends on BUSYBOX_CONFIG_FEATURE_IPC_SYSLOG && BROKEN
|
||||||
help
|
help
|
||||||
If you enabled Circular Buffer support, you almost
|
If you enabled Circular Buffer support, you almost
|
||||||
|
|
Loading…
Reference in New Issue