mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-04 18:21:07 +00:00
busybox: disable features marked as broken (#13782)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37277
This commit is contained in:
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…
x
Reference in New Issue
Block a user