diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-05 04:00:06 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-05 04:00:06 +0000 |
commit | f33e168a7a462f589badc034720b88bb1bdf6101 (patch) | |
tree | 93a2d3f27216eb3e8ca2eb396d74a10fee201959 | |
parent | b49da2437267cc0da600a218565efce3351e2062 (diff) | |
download | busybox-w32-f33e168a7a462f589badc034720b88bb1bdf6101.tar.gz busybox-w32-f33e168a7a462f589badc034720b88bb1bdf6101.tar.bz2 busybox-w32-f33e168a7a462f589badc034720b88bb1bdf6101.zip |
Enable INSTALLER for the deb
git-svn-id: svn://busybox.net/trunk/busybox@1965 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | debian/Config.h-deb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/Config.h-deb b/debian/Config.h-deb index c71b72731..2b53005f9 100644 --- a/debian/Config.h-deb +++ b/debian/Config.h-deb | |||
@@ -288,7 +288,7 @@ | |||
288 | // Enable busybox --install [-s] | 288 | // Enable busybox --install [-s] |
289 | // to create links (or symlinks) for all the commands that are | 289 | // to create links (or symlinks) for all the commands that are |
290 | // compiled into the binary. (needs /proc filesystem) | 290 | // compiled into the binary. (needs /proc filesystem) |
291 | // #define BB_FEATURE_INSTALLER | 291 | #define BB_FEATURE_INSTALLER |
292 | // | 292 | // |
293 | // Enable a nifty progress meter in wget (adds just under 2k) | 293 | // Enable a nifty progress meter in wget (adds just under 2k) |
294 | #define BB_FEATURE_WGET_STATUSBAR | 294 | #define BB_FEATURE_WGET_STATUSBAR |