summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-07-25 10:42:59 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-26 09:16:53 +0200
commitd06256b6619c489ab4418bf2703298ca1d3f61e8 (patch)
treeac78f66cc4e12f5103b3d8fe23305fd4881f1b1c
parentb54b2d4f13ae60a53d765b25002e5590adb2d14b (diff)
downloadbuildroot-d06256b6619c489ab4418bf2703298ca1d3f61e8.tar.gz
buildroot-d06256b6619c489ab4418bf2703298ca1d3f61e8.zip
busybox: enable fdisk in default config
As noted by mnemoc on IRC the default busybox config doesn't enable fdisk and util-linux is hidden by !BR2_PACKAGE_BUSYBOX_SHOW_OTHERS. On modern systems fdisk usage is becoming more common so enable it, it just adds up ~25 KiB to total binary size. People who are on the edge for space savings will normally customize their busybox config. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/busybox/busybox.config10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/busybox/busybox.config b/package/busybox/busybox.config
index 544b82f54e..7b6d9b754c 100644
--- a/package/busybox/busybox.config
+++ b/package/busybox/busybox.config
@@ -549,15 +549,15 @@ CONFIG_FEATURE_FBSET_FANCY=y
CONFIG_FEATURE_FBSET_READMODE=y
CONFIG_FDFLUSH=y
CONFIG_FDFORMAT=y
-# CONFIG_FDISK is not set
-# CONFIG_FDISK_SUPPORT_LARGE_DISKS is not set
-# CONFIG_FEATURE_FDISK_WRITABLE is not set
+CONFIG_FDISK=y
+CONFIG_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 is not set
-# CONFIG_FEATURE_GPT_LABEL is not set
-# CONFIG_FEATURE_FDISK_ADVANCED is not set
+CONFIG_FEATURE_GPT_LABEL=y
+CONFIG_FEATURE_FDISK_ADVANCED=y
# CONFIG_FINDFS is not set
# CONFIG_FLOCK is not set
CONFIG_FREERAMDISK=y
OpenPOWER on IntegriCloud