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