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.
|
||||
config BUSYBOX_CONFIG_INIT
|
||||
bool "init"
|
||||
default y
|
||||
default n
|
||||
select BUSYBOX_CONFIG_FEATURE_SYSLOG
|
||||
depends on BROKEN
|
||||
help
|
||||
|
|
|
@ -95,7 +95,7 @@ config BUSYBOX_CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE
|
|||
|
||||
config BUSYBOX_CONFIG_LOGREAD
|
||||
bool "logread"
|
||||
default y
|
||||
default n
|
||||
depends on BUSYBOX_CONFIG_FEATURE_IPC_SYSLOG && BROKEN
|
||||
help
|
||||
If you enabled Circular Buffer support, you almost
|
||||
|
|
Loading…
Reference in New Issue