diff options
author | John Beppu | 2000-06-28 00:41:26 +0000 |
---|---|---|
committer | John Beppu | 2000-06-28 00:41:26 +0000 |
commit | 7cdc76dfbf3eb294ada708d79865ea582eb074af (patch) | |
tree | 9f8ac9f08e4078ced0a62b071bdb7d9fd8a062fc /busybox.def.h | |
parent | d0edef3cbe37880b0dd402614413eb490b39c9e1 (diff) | |
download | busybox-7cdc76dfbf3eb294ada708d79865ea582eb074af.zip busybox-7cdc76dfbf3eb294ada708d79865ea582eb074af.tar.gz |
+ busybox --install [-s]
is functional (but disabled in busybox.def.h by default)
Someone email the guy who originally wanted this.
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 // |