X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Config.in;h=01680af1f3b02737bb64ff4f13ce9f52e89f63b2;hb=6d9146ab56018b232a178b8fa463338cf731a832;hp=51ff01ef4a933d1b9342e44d56a97e2b1e7c7b0c;hpb=2c9970281083a99acfa3aec8c6d41db955cb583d;p=oweals%2Fbusybox.git diff --git a/Config.in b/Config.in index 51ff01ef4..01680af1f 100644 --- a/Config.in +++ b/Config.in @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see scripts/kbuild/config-language.txt. +# see docs/Kconfig-language.txt. # mainmenu "Configuration" @@ -178,6 +178,11 @@ config BUSYBOX Running "busybox APPLET [ARGS...]" will still work, of course. +config FEATURE_SHOW_SCRIPT + bool "Support --show SCRIPT" + default y + depends on BUSYBOX + config FEATURE_INSTALLER bool "Support --install [-s] to install applet links at runtime" default y