aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-11-18 19:12:26 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-11-18 19:19:29 +0100
commitd1b2ae2d04eae05d76ad3c1a07e9092c7d46c773 (patch)
tree76e46c6c5e905b49cc8efcd5aa6ce0ce193a257a /Config.in
parent3778898f97a64e7b42b53194af7f3b93cc9c07a3 (diff)
downloadbusybox-w32-d1b2ae2d04eae05d76ad3c1a07e9092c7d46c773.tar.gz
busybox-w32-d1b2ae2d04eae05d76ad3c1a07e9092c7d46c773.tar.bz2
busybox-w32-d1b2ae2d04eae05d76ad3c1a07e9092c7d46c773.zip
busybox: add '--show SCRIPT' option to display scripts
Add an option to allow the content of embedded scripts to be displayed. This includes applet scripts, custom scripts and the .profile script. function old new delta busybox_main 624 701 +77 find_script_by_name - 24 +24 scripted_main 41 35 -6 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 1/1 up/down: 101/-6) Total: 95 bytes Signed-off-by: Ron Yorston <rmy@pobox.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 ae21f52ef..01680af1f 100644
--- a/Config.in
+++ b/Config.in
@@ -178,6 +178,11 @@ config BUSYBOX
178 178
179 Running "busybox APPLET [ARGS...]" will still work, of course. 179 Running "busybox APPLET [ARGS...]" will still work, of course.
180 180
181config FEATURE_SHOW_SCRIPT
182 bool "Support --show SCRIPT"
183 default y
184 depends on BUSYBOX
185
181config FEATURE_INSTALLER 186config FEATURE_INSTALLER
182 bool "Support --install [-s] to install applet links at runtime" 187 bool "Support --install [-s] to install applet links at runtime"
183 default y 188 default y