diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-14 11:00:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-14 11:00:59 +0000 |
commit | 7ed2d05b94c6d3ecd75082287fdb9e12cc61b0bd (patch) | |
tree | 0724a22573d2ef2213d61ce1618f70477163aaf2 | |
parent | 8dfaf53e4db636d0cd2cc7e868fe8d132cf8b0c2 (diff) | |
download | upstream-7ed2d05b94c6d3ecd75082287fdb9e12cc61b0bd.tar.gz upstream-7ed2d05b94c6d3ecd75082287fdb9e12cc61b0bd.tar.bz2 upstream-7ed2d05b94c6d3ecd75082287fdb9e12cc61b0bd.zip |
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-a3cf2f4a3e73
-rw-r--r-- | package/utils/busybox/config/init/Config.in | 2 | ||||
-rw-r--r-- | package/utils/busybox/config/sysklogd/Config.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/busybox/config/init/Config.in b/package/utils/busybox/config/init/Config.in index 07d94a2056..426289e31d 100644 --- a/package/utils/busybox/config/init/Config.in +++ b/package/utils/busybox/config/init/Config.in @@ -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 diff --git a/package/utils/busybox/config/sysklogd/Config.in b/package/utils/busybox/config/sysklogd/Config.in index 990d1c0c78..7f8f728361 100644 --- a/package/utils/busybox/config/sysklogd/Config.in +++ b/package/utils/busybox/config/sysklogd/Config.in @@ -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 |