diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-01-05 02:02:02 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-01-05 02:02:02 +0000 |
commit | c2e74ca934860d7cd4b02ab51e4466ae34871223 (patch) | |
tree | a0fe95388e265f4ab991275c13995f58f9c59b62 | |
parent | ea2a1064b33bfb4fe0493659f43ed074cfe80067 (diff) | |
download | busybox-w32-c2e74ca934860d7cd4b02ab51e4466ae34871223.tar.gz busybox-w32-c2e74ca934860d7cd4b02ab51e4466ae34871223.tar.bz2 busybox-w32-c2e74ca934860d7cd4b02ab51e4466ae34871223.zip |
Prepare for new busybox-cvs upload
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/config-static | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 338857da6..5f7fb692c 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,10 @@ | |||
1 | busybox-cvs (0.60.99.cvs20030105-1) unstable; urgency=low | ||
2 | |||
3 | * Fix ip command build failure on ia64 (Closes: #172580 | ||
4 | * Dont build with BSD partition table support in fdisk, fails on m68k | ||
5 | |||
6 | -- Glenn McGrath <bug1@home> Sun, 5 Jan 2003 12:48:05 +1100 | ||
7 | |||
1 | busybox-cvs (0.60.99.cvs20030104-2) unstable; urgency=low | 8 | busybox-cvs (0.60.99.cvs20030104-2) unstable; urgency=low |
2 | 9 | ||
3 | * floppy-retriever needs the cut command in the udeb | 10 | * floppy-retriever needs the cut command in the udeb |
diff --git a/debian/config-static b/debian/config-static index 9b215175a..5e1867918 100644 --- a/debian/config-static +++ b/debian/config-static | |||
@@ -417,6 +417,7 @@ CONFIG_FEATURE_FBSET_FANCY=y | |||
417 | CONFIG_FEATURE_FBSET_READMODE=y | 417 | CONFIG_FEATURE_FBSET_READMODE=y |
418 | CONFIG_FDFLUSH=y | 418 | CONFIG_FDFLUSH=y |
419 | CONFIG_FDISK=y | 419 | CONFIG_FDISK=y |
420 | CONFIG_FEATURE_FDISK_WRITABLE=y | ||
420 | CONFIG_FEATURE_AIX_LABEL=y | 421 | CONFIG_FEATURE_AIX_LABEL=y |
421 | CONFIG_FEATURE_SGI_LABEL=y | 422 | CONFIG_FEATURE_SGI_LABEL=y |
422 | CONFIG_FEATURE_SUN_LABEL=y | 423 | CONFIG_FEATURE_SUN_LABEL=y |