diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 9742241c2..4c74910d7 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -230,6 +230,11 @@ | |||
230 | //#define BB_FEATURE_INSMOD_VERSION_CHECKING | 230 | //#define BB_FEATURE_INSMOD_VERSION_CHECKING |
231 | // | 231 | // |
232 | // | 232 | // |
233 | // Enable busybox --install [-s] | ||
234 | // to create links (or symlinks) for all the commands that are | ||
235 | // compiled into the binary. | ||
236 | #define BB_FEATURE_INSTALLER | ||
237 | // | ||
233 | // End of Features List | 238 | // End of Features List |
234 | // | 239 | // |
235 | // | 240 | // |