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 4c74910..a07327e 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -232,8 +232,8 @@ // // Enable busybox --install [-s] // to create links (or symlinks) for all the commands that are -// compiled into the binary. -#define BB_FEATURE_INSTALLER +// compiled into the binary. (needs /proc filesystem) +// #define BB_FEATURE_INSTALLER // // End of Features List // |