From 11ce1309dc47aad331df8b53bffd8f9681186dfa Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 5 Dec 2010 11:05:31 +0100 Subject: Packages: busybox: add busybox-1.17.4 and its associated kconfig symbols Signed-off-by: Abdoulaye Walsimou Gaye --- .../busybox-kconfigs/busybox-e2fsprogs.kconfig | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'packages/busybox/busybox-kconfigs/busybox-e2fsprogs.kconfig') diff --git a/packages/busybox/busybox-kconfigs/busybox-e2fsprogs.kconfig b/packages/busybox/busybox-kconfigs/busybox-e2fsprogs.kconfig index afe5812..268e307 100644 --- a/packages/busybox/busybox-kconfigs/busybox-e2fsprogs.kconfig +++ b/packages/busybox/busybox-kconfigs/busybox-e2fsprogs.kconfig @@ -7,13 +7,17 @@ comment "-------------------------------------------------" comment "Linux Ext2 FS Progs" comment "-------------------------------------------------" + + config KEMBTK_BUSYB_CHATTR bool "chattr" + default y help chattr changes the file attributes on a second extended file system. ### config KEMBTK_BUSYB_E2FSCK ### bool "e2fsck" +### default y ### help ### e2fsck is used to check Linux second extended file systems (ext2fs). ### e2fsck also supports ext2 filesystems countaining a journal (ext3). @@ -22,6 +26,7 @@ config KEMBTK_BUSYB_CHATTR config KEMBTK_BUSYB_FSCK bool "fsck" + default y help fsck is used to check and optionally repair one or more filesystems. In actuality, fsck is simply a front-end for the various file system @@ -29,23 +34,26 @@ config KEMBTK_BUSYB_FSCK config KEMBTK_BUSYB_LSATTR bool "lsattr" + default y help lsattr lists the file attributes on a second extended file system. ### config KEMBTK_BUSYB_MKE2FS ### bool "mke2fs" +### default y ### help ### mke2fs is used to create an ext2/ext3 filesystem. The normal compat ### symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided. -### config KEMBTK_BUSYB_TUNE2FS -### bool "tune2fs" -### help -### tune2fs allows the system administrator to adjust various tunable -### filesystem parameters on Linux ext2/ext3 filesystems. +config KEMBTK_BUSYB_TUNE2FS + bool "tune2fs" + help + tune2fs allows the system administrator to adjust various tunable + filesystem parameters on Linux ext2/ext3 filesystems. ### config KEMBTK_BUSYB_E2LABEL ### bool "e2label" +### default y ### depends on KEMBTK_BUSYB_TUNE2FS ### help ### e2label will display or change the filesystem label on the ext2 @@ -54,6 +62,7 @@ config KEMBTK_BUSYB_LSATTR ### NB: this one is now provided by util-linux/volume_id/* ### config KEMBTK_BUSYB_FINDFS ### bool "findfs" +### default y ### depends on KEMBTK_BUSYB_TUNE2FS ### help ### findfs will search the disks in the system looking for a filesystem -- cgit v1.2.3