diff options
Diffstat (limited to 'debian/Config.h-deb')
-rw-r--r-- | debian/Config.h-deb | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/debian/Config.h-deb b/debian/Config.h-deb index c156d949c..bbbedc8bc 100644 --- a/debian/Config.h-deb +++ b/debian/Config.h-deb | |||
@@ -25,6 +25,7 @@ | |||
25 | #define BB_DIRNAME | 25 | #define BB_DIRNAME |
26 | #define BB_DMESG | 26 | #define BB_DMESG |
27 | #define BB_DOS2UNIX | 27 | #define BB_DOS2UNIX |
28 | #define BB_DPKG_DEB | ||
28 | #define BB_DUTMP | 29 | #define BB_DUTMP |
29 | #define BB_DU | 30 | #define BB_DU |
30 | #define BB_DUMPKMAP | 31 | #define BB_DUMPKMAP |
@@ -46,7 +47,7 @@ | |||
46 | #define BB_HOSTNAME | 47 | #define BB_HOSTNAME |
47 | #define BB_ID | 48 | #define BB_ID |
48 | #define BB_INIT | 49 | #define BB_INIT |
49 | #define BB_INSMOD | 50 | //#define BB_INSMOD |
50 | #define BB_KILL | 51 | #define BB_KILL |
51 | #define BB_KILLALL | 52 | #define BB_KILLALL |
52 | #define BB_LENGTH | 53 | #define BB_LENGTH |
@@ -279,10 +280,10 @@ | |||
279 | // Enable busybox --install [-s] | 280 | // Enable busybox --install [-s] |
280 | // to create links (or symlinks) for all the commands that are | 281 | // to create links (or symlinks) for all the commands that are |
281 | // compiled into the binary. (needs /proc filesystem) | 282 | // compiled into the binary. (needs /proc filesystem) |
282 | // #define BB_FEATURE_INSTALLER | 283 | #define BB_FEATURE_INSTALLER |
283 | // | 284 | // |
284 | // Enable a nifty progress meter in wget (adds just under 2k) | 285 | // Enable a nifty progress meter in wget (adds just under 2k) |
285 | //#define BB_FEATURE_STATUSBAR | 286 | #define BB_FEATURE_STATUSBAR |
286 | // | 287 | // |
287 | // Clean up all memory before exiting -- usually not needed | 288 | // Clean up all memory before exiting -- usually not needed |
288 | // as the OS can clean up... Don't enable this unless you | 289 | // as the OS can clean up... Don't enable this unless you |
@@ -327,6 +328,18 @@ | |||
327 | #endif | 328 | #endif |
328 | #endif | 329 | #endif |
329 | // | 330 | // |
331 | #ifdef BB_DPKG_DEB | ||
332 | #ifndef BB_AR | ||
333 | #define BB_AR | ||
334 | #endif | ||
335 | #ifndef BB_TAR | ||
336 | #define BB_TAR | ||
337 | #endif | ||
338 | #ifndef BB_FEATURE_TAR_GZIP | ||
339 | #define BB_FEATURE_TAR_GZIP | ||
340 | #endif | ||
341 | #endif | ||
342 | // | ||
330 | #ifdef BB_TAR | 343 | #ifdef BB_TAR |
331 | #ifdef BB_FEATURE_TAR_GZIP | 344 | #ifdef BB_FEATURE_TAR_GZIP |
332 | #ifndef BB_GUNZIP | 345 | #ifndef BB_GUNZIP |