diff options
author | Ron Yorston <rmy@pobox.com> | 2018-11-28 10:28:18 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-11-28 10:28:18 +0000 |
commit | 2a69a2200a141c1504b662eca64b802cdab71b12 (patch) | |
tree | eab0cc01852db237a26052a83c8f582ed92b7cd9 /Config.in | |
parent | 97ca1f4b955f486cd26461cb09185335483d2921 (diff) | |
parent | 572dfb8e78323b9837f7c5e3369ee233a440b8f2 (diff) | |
download | busybox-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.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ||
195 | config FEATURE_SHOW_SCRIPT | ||
196 | bool "Support --show SCRIPT" | ||
197 | default y | ||
198 | depends on BUSYBOX | ||
199 | |||
195 | config FEATURE_INSTALLER | 200 | config 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 |