From b08fa2bc0893798f4deeee1bd118b2cf24de7037 Mon Sep 17 00:00:00 2001 From: cshore Date: Sun, 20 Mar 2011 19:37:28 +0000 Subject: [package] block-mount busybox: Removed busybox versions of blkid and swap-utils since they are only used by block-mount and block-extroot, and those packages don't have as much need for the image space-savings of busybox versions, especially at the cost of including it in all images even those with no external storage. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26245 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/block-mount/Makefile | 1 + package/busybox/config/util-linux/Config.in | 50 ++++++++++++++--------------- 2 files changed, 26 insertions(+), 25 deletions(-) (limited to 'package') diff --git a/package/block-mount/Makefile b/package/block-mount/Makefile index a55ea0246..993a75216 100644 --- a/package/block-mount/Makefile +++ b/package/block-mount/Makefile @@ -21,6 +21,7 @@ endef define Package/block-mount $(call Package/block-mount/Default) TITLE:=Block device mounting and checking + DEPENDS:= +blkid +swap-utils endef define Package/block-mount/description diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index c103cc93b..94fda1dd1 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -35,7 +35,7 @@ config BUSYBOX_CONFIG_FEATURE_ACPID_COMPAT config BUSYBOX_CONFIG_BLKID bool "blkid" - default y + default n select BUSYBOX_CONFIG_VOLUMEID help Lists labels and UUIDs of all filesystems. @@ -435,7 +435,7 @@ config BUSYBOX_CONFIG_FEATURE_MDEV_LOAD_FIRMWARE config BUSYBOX_CONFIG_MKSWAP bool "mkswap" - default y + default n help The mkswap utility is used to configure a file or disk partition as Linux swap space. This allows Linux to use the entire file or @@ -448,7 +448,7 @@ config BUSYBOX_CONFIG_MKSWAP config BUSYBOX_CONFIG_FEATURE_MKSWAP_UUID bool "UUID support" - default y + default n depends on BUSYBOX_CONFIG_MKSWAP help Generate swap spaces with universally unique identifiers. @@ -619,7 +619,7 @@ config BUSYBOX_CONFIG_SETARCH config BUSYBOX_CONFIG_SWAPONOFF bool "swaponoff" - default y + default n help This option enables both the 'swapon' and the 'swapoff' utilities. Once you have created some swap space using 'mkswap', you also need @@ -735,35 +735,35 @@ menu "Filesystem/Volume identification" config BUSYBOX_CONFIG_FEATURE_VOLUMEID_EXT bool "Ext filesystem" - default y + default n depends on BUSYBOX_CONFIG_VOLUMEID help TODO config BUSYBOX_CONFIG_FEATURE_VOLUMEID_BTRFS bool "btrfs filesystem" - default y + default n depends on BUSYBOX_CONFIG_VOLUMEID help TODO config BUSYBOX_CONFIG_FEATURE_VOLUMEID_REISERFS bool "Reiser filesystem" - default y + default n depends on BUSYBOX_CONFIG_VOLUMEID help TODO config BUSYBOX_CONFIG_FEATURE_VOLUMEID_FAT bool "fat filesystem" - default y + default n depends on BUSYBOX_CONFIG_VOLUMEID help TODO config BUSYBOX_CONFIG_FEATURE_VOLUMEID_HFS bool "hfs filesystem" - default y + default n depends on BUSYBOX_CONFIG_VOLUMEID help TODO @@ -784,28 +784,28 @@ config BUSYBOX_CONFIG_FEATURE_VOLUMEID_JFS config BUSYBOX_CONFIG_FEATURE_VOLUMEID_XFS bool "xfs filesystem" - default y + default n depends on BUSYBOX_CONFIG_VOLUMEID help TODO config BUSYBOX_CONFIG_FEATURE_VOLUMEID_NTFS bool "ntfs filesystem" - default y + default n depends on BUSYBOX_CONFIG_VOLUMEID help TODO config BUSYBOX_CONFIG_FEATURE_VOLUMEID_ISO9660 bool "iso9660 filesystem" - default y + default n depends on BUSYBOX_CONFIG_VOLUMEID help TODO config BUSYBOX_CONFIG_FEATURE_VOLUMEID_UDF bool "udf filesystem" - default y + default n depends on BUSYBOX_CONFIG_VOLUMEID help TODO @@ -819,7 +819,7 @@ config BUSYBOX_CONFIG_FEATURE_VOLUMEID_LUKS config BUSYBOX_CONFIG_FEATURE_VOLUMEID_LINUXSWAP bool "linux swap filesystem" - default y + default n depends on BUSYBOX_CONFIG_VOLUMEID help TODO @@ -861,7 +861,7 @@ config BUSYBOX_CONFIG_FEATURE_VOLUMEID_SYSV ### config FEATURE_VOLUMEID_MINIX ### bool "minix filesystem" -### default y +### default n ### depends on VOLUMEID ### help ### TODO @@ -869,14 +869,14 @@ config BUSYBOX_CONFIG_FEATURE_VOLUMEID_SYSV ### These only detect partition tables - not used (yet?) ### config FEATURE_VOLUMEID_MAC ### bool "mac filesystem" -### default y +### default n ### depends on VOLUMEID ### help ### TODO ### ### config FEATURE_VOLUMEID_MSDOS ### bool "msdos filesystem" -### default y +### default n ### depends on VOLUMEID ### help ### TODO @@ -890,56 +890,56 @@ config BUSYBOX_CONFIG_FEATURE_VOLUMEID_OCFS2 ### config FEATURE_VOLUMEID_HIGHPOINTRAID ### bool "highpoint raid" -### default y +### default n ### depends on VOLUMEID ### help ### TODO ### config FEATURE_VOLUMEID_ISWRAID ### bool "intel raid" -### default y +### default n ### depends on VOLUMEID ### help ### TODO ### config FEATURE_VOLUMEID_LSIRAID ### bool "lsi raid" -### default y +### default n ### depends on VOLUMEID ### help ### TODO ### config FEATURE_VOLUMEID_VIARAID ### bool "via raid" -### default y +### default n ### depends on VOLUMEID ### help ### TODO ### config FEATURE_VOLUMEID_SILICONRAID ### bool "silicon raid" -### default y +### default n ### depends on VOLUMEID ### help ### TODO ### config FEATURE_VOLUMEID_NVIDIARAID ### bool "nvidia raid" -### default y +### default n ### depends on VOLUMEID ### help ### TODO ### config FEATURE_VOLUMEID_PROMISERAID ### bool "promise raid" -### default y +### default n ### depends on VOLUMEID ### help ### TODO config BUSYBOX_CONFIG_FEATURE_VOLUMEID_LINUXRAID bool "linuxraid" - default y + default n depends on BUSYBOX_CONFIG_VOLUMEID help TODO -- cgit v1.2.3