diff options
author | Ron Yorston <rmy@pobox.com> | 2016-07-07 14:28:08 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2016-07-07 14:58:55 +0100 |
commit | 613f46218c53c8cabdbf0435653e74e0e0e91e1c (patch) | |
tree | ca06a7e7a3e4c861441acb4ea20648d7827fa6ae /Config.in | |
parent | a0c61c9492723dd31681f878f9c68c92817a476d (diff) | |
parent | 237bedd499c58034a1355484d6d4d906f0180308 (diff) | |
download | busybox-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.in | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 | ||
133 | config 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 | |||
133 | config FEATURE_INSTALLER | 144 | config 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 |