aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-11-28 10:28:18 +0000
committerRon Yorston <rmy@pobox.com>2018-11-28 10:28:18 +0000
commit2a69a2200a141c1504b662eca64b802cdab71b12 (patch)
treeeab0cc01852db237a26052a83c8f582ed92b7cd9 /Config.in
parent97ca1f4b955f486cd26461cb09185335483d2921 (diff)
parent572dfb8e78323b9837f7c5e3369ee233a440b8f2 (diff)
downloadbusybox-w32-2a69a2200a141c1504b662eca64b802cdab71b12.tar.gz
busybox-w32-2a69a2200a141c1504b662eca64b802cdab71b12.tar.bz2
busybox-w32-2a69a2200a141c1504b662eca64b802cdab71b12.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 43061e9ac..a92360240 100644
--- a/Config.in
+++ b/Config.in
@@ -192,6 +192,11 @@ config BUSYBOX
192 192
193 Running "busybox APPLET [ARGS...]" will still work, of course. 193 Running "busybox APPLET [ARGS...]" will still work, of course.
194 194
195config FEATURE_SHOW_SCRIPT
196 bool "Support --show SCRIPT"
197 default y
198 depends on BUSYBOX
199
195config FEATURE_INSTALLER 200config FEATURE_INSTALLER
196 bool "Support --install [-s] to install applet links at runtime" 201 bool "Support --install [-s] to install applet links at runtime"
197 default y 202 default y