diff options
author | Eric Andersen | 2001-01-20 21:43:43 +0000 |
---|---|---|
committer | Eric Andersen | 2001-01-20 21:43:43 +0000 |
commit | e2310b5a91f4e71ae5343fe5c18608836baea71f (patch) | |
tree | 4589432eef21b765832233841ec8f8df49ad4fae /debian/Config.h-deb | |
parent | c73a7f9ba0079e03c1376409184d416b0e36ea49 (diff) | |
download | busybox-e2310b5a91f4e71ae5343fe5c18608836baea71f.zip busybox-e2310b5a91f4e71ae5343fe5c18608836baea71f.tar.gz |
djust debian build targets
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 c156d94..bbbedc8 100644 --- a/debian/Config.h-deb +++ b/debian/Config.h-deb @@ -25,6 +25,7 @@ #define BB_DIRNAME #define BB_DMESG #define BB_DOS2UNIX +#define BB_DPKG_DEB #define BB_DUTMP #define BB_DU #define BB_DUMPKMAP @@ -46,7 +47,7 @@ #define BB_HOSTNAME #define BB_ID #define BB_INIT -#define BB_INSMOD +//#define BB_INSMOD #define BB_KILL #define BB_KILLALL #define BB_LENGTH @@ -279,10 +280,10 @@ // Enable busybox --install [-s] // to create links (or symlinks) for all the commands that are // compiled into the binary. (needs /proc filesystem) -// #define BB_FEATURE_INSTALLER +#define BB_FEATURE_INSTALLER // // Enable a nifty progress meter in wget (adds just under 2k) -//#define BB_FEATURE_STATUSBAR +#define BB_FEATURE_STATUSBAR // // Clean up all memory before exiting -- usually not needed // as the OS can clean up... Don't enable this unless you @@ -327,6 +328,18 @@ #endif #endif // +#ifdef BB_DPKG_DEB +#ifndef BB_AR +#define BB_AR +#endif +#ifndef BB_TAR +#define BB_TAR +#endif +#ifndef BB_FEATURE_TAR_GZIP +#define BB_FEATURE_TAR_GZIP +#endif +#endif +// #ifdef BB_TAR #ifdef BB_FEATURE_TAR_GZIP #ifndef BB_GUNZIP |