aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h4
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 @@
//
// 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
//