From 7cdc76dfbf3eb294ada708d79865ea582eb074af Mon Sep 17 00:00:00 2001 From: John Beppu Date: Wed, 28 Jun 2000 00:41:26 +0000 Subject: + busybox --install [-s] is functional (but disabled in busybox.def.h by default) Someone email the guy who originally wanted this. --- busybox.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'busybox.def.h') 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 // -- cgit v1.2.3