mirror of https://github.com/mirror/busybox.git
Prepare for new busybox-cvs upload
parent
ea2a1064b3
commit
c2e74ca934
|
@ -1,3 +1,10 @@
|
|||
busybox-cvs (0.60.99.cvs20030105-1) unstable; urgency=low
|
||||
|
||||
* Fix ip command build failure on ia64 (Closes: #172580
|
||||
* Dont build with BSD partition table support in fdisk, fails on m68k
|
||||
|
||||
-- Glenn McGrath <bug1@home> Sun, 5 Jan 2003 12:48:05 +1100
|
||||
|
||||
busybox-cvs (0.60.99.cvs20030104-2) unstable; urgency=low
|
||||
|
||||
* floppy-retriever needs the cut command in the udeb
|
||||
|
|
|
@ -417,6 +417,7 @@ CONFIG_FEATURE_FBSET_FANCY=y
|
|||
CONFIG_FEATURE_FBSET_READMODE=y
|
||||
CONFIG_FDFLUSH=y
|
||||
CONFIG_FDISK=y
|
||||
CONFIG_FEATURE_FDISK_WRITABLE=y
|
||||
CONFIG_FEATURE_AIX_LABEL=y
|
||||
CONFIG_FEATURE_SGI_LABEL=y
|
||||
CONFIG_FEATURE_SUN_LABEL=y
|
||||
|
|
Loading…
Reference in New Issue