aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2016-07-07 14:28:08 +0100
committerRon Yorston <rmy@pobox.com>2016-07-07 14:58:55 +0100
commit613f46218c53c8cabdbf0435653e74e0e0e91e1c (patch)
treeca06a7e7a3e4c861441acb4ea20648d7827fa6ae /Config.in
parenta0c61c9492723dd31681f878f9c68c92817a476d (diff)
parent237bedd499c58034a1355484d6d4d906f0180308 (diff)
downloadbusybox-w32-613f46218c53c8cabdbf0435653e74e0e0e91e1c.tar.gz
busybox-w32-613f46218c53c8cabdbf0435653e74e0e0e91e1c.tar.bz2
busybox-w32-613f46218c53c8cabdbf0435653e74e0e0e91e1c.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index a504c745e..f9f6a3735 100644
--- a/Config.in
+++ b/Config.in
@@ -130,9 +130,21 @@ config FEATURE_COMPRESS_USAGE
130 and have very little memory, this might not be a win. Otherwise, 130 and have very little memory, this might not be a win. Otherwise,
131 you probably want this. 131 you probably want this.
132 132
133config BUSYBOX
134 bool "Include busybox applet"
135 default y
136 help
137 The busybox applet provides general help regarding busybox and
138 allows the included applets to be listed. It's also required
139 if applet links are to be installed at runtime.
140
141 If you can live without these features disabling this will save
142 some space.
143
133config FEATURE_INSTALLER 144config FEATURE_INSTALLER
134 bool "Support --install [-s] to install applet links at runtime" 145 bool "Support --install [-s] to install applet links at runtime"
135 default y 146 default y
147 depends on BUSYBOX
136 help 148 help
137 Enable 'busybox --install [-s]' support. This will allow you to use 149 Enable 'busybox --install [-s]' support. This will allow you to use
138 busybox at runtime to create hard links or symlinks for all the 150 busybox at runtime to create hard links or symlinks for all the