busybox: put fdisk back in to slugos defconfig in 1.01
authorJohn Bowler <jbowler@nslu2-linux.org>
Mon, 30 Jan 2006 00:02:45 +0000 (00:02 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 30 Jan 2006 00:02:45 +0000 (00:02 +0000)
 - util-linux fdisk does not work on ARM (alignment problems) so use
   the busybox one in preference

packages/busybox/busybox-1.01/slugos/defconfig
packages/busybox/busybox_1.01.bb

index 51bfa5b..7eca339 100644 (file)
@@ -413,8 +413,14 @@ CONFIG_DMESG=y
 # CONFIG_FBSET is not set
 # CONFIG_FDFLUSH is not set
 # CONFIG_FDFORMAT is not set
-# CONFIG_FDISK is not set
+CONFIG_FDISK=y
 FDISK_SUPPORT_LARGE_DISKS=y
+CONFIG_FEATURE_FDISK_WRITABLE=y
+# CONFIG_FEATURE_AIX_LABEL is not set
+# CONFIG_FEATURE_SGI_LABEL is not set
+# CONFIG_FEATURE_SUN_LABEL is not set
+CONFIG_FEATURE_OSF_LABEL=y
+# CONFIG_FEATURE_FDISK_ADVANCED is not set
 # CONFIG_FREERAMDISK is not set
 # CONFIG_FSCK_MINIX is not set
 # CONFIG_MKFS_MINIX is not set
index 37c691e..7e537d7 100644 (file)
@@ -10,7 +10,7 @@ HOMEPAGE = "http://www.busybox.net"
 LICENSE = "GPL"
 SECTION = "base"
 PRIORITY = "required"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
           file://udhcppidfile.patch;patch=1 \
@@ -27,6 +27,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
           file://readlink.patch;patch=1 \
           file://rmmod.patch;patch=1 \
           file://udhcpscript.patch;patch=1 \
+          file://thumb-bsdlabel.patch;patch=1 \
            file://defconfig \
            file://busybox-cron \
           file://busybox-httpd \