busybox: disable features marked as broken (#13782)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37277 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
8dfaf53e4d
commit
7ed2d05b94
|
@ -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