diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-23 08:19:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-23 08:20:33 +0100 |
commit | 2df44ef167f084559dc3c19eb1660227f9bb564d (patch) | |
tree | 8f55566faae3c9dd1682c775cb65f705d697334c /package/busybox/config/libbb | |
parent | a66d31dbaf25149762431af40592d9e5ef3ee06b (diff) |
busybox: update to 1.26.0
Diffstat (limited to 'package/busybox/config/libbb')
-rw-r--r-- | package/busybox/config/libbb/Config.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/package/busybox/config/libbb/Config.in b/package/busybox/config/libbb/Config.in index 9eb353dc0..6aff24699 100644 --- a/package/busybox/config/libbb/Config.in +++ b/package/busybox/config/libbb/Config.in @@ -39,15 +39,6 @@ config BUSYBOX_FEATURE_USE_BSS_TAIL appletlib.c:(.text.main+0xd): undefined reference to '_end' disable this option. -config BUSYBOX_FEATURE_SYSTEMD - bool "Enable systemd support" - default n - help - If you plan to use busybox daemons on a system where daemons - are controlled by systemd, enable this option. - If you don't use systemd, it is still safe to enable it, - but the downside is increased code size. - config BUSYBOX_FEATURE_RTMINMAX bool "Support RTMIN[+n] and RTMAX[-n] signal names" default y |