summaryrefslogtreecommitdiff
path: root/busybox-e2fsprogs.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 23:08:10 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 23:08:10 +0100
commitf7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b (patch)
tree5182a501c5700bb9b0a64c45033d8686f1868c14 /busybox-e2fsprogs.kconfig
parent1caedd37842349f5717f565c07d340d3e2995e88 (diff)
downloadembtk-busybox-kconfigs-f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b.tar.gz
embtk-busybox-kconfigs-f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b.tar.bz2
embtk-busybox-kconfigs-f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b.tar.xz
Adapt kconfig symbols for embtk
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-e2fsprogs.kconfig')
-rw-r--r--busybox-e2fsprogs.kconfig20
1 files changed, 10 insertions, 10 deletions
diff --git a/busybox-e2fsprogs.kconfig b/busybox-e2fsprogs.kconfig
index 1bd2d2b..ee232b9 100644
--- a/busybox-e2fsprogs.kconfig
+++ b/busybox-e2fsprogs.kconfig
@@ -5,12 +5,12 @@
menu "Linux Ext2 FS Progs"
-config CHATTR
+config KEMBTK_BUSYB_CHATTR
bool "chattr"
help
chattr changes the file attributes on a second extended file system.
-### config E2FSCK
+### config KEMBTK_BUSYB_E2FSCK
### bool "e2fsck"
### help
### e2fsck is used to check Linux second extended file systems (ext2fs).
@@ -18,41 +18,41 @@ config CHATTR
### The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also
### provided.
-config FSCK
+config KEMBTK_BUSYB_FSCK
bool "fsck"
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
checkers (fsck.fstype) available under Linux.
-config LSATTR
+config KEMBTK_BUSYB_LSATTR
bool "lsattr"
help
lsattr lists the file attributes on a second extended file system.
-### config MKE2FS
+### config KEMBTK_BUSYB_MKE2FS
### bool "mke2fs"
### help
### mke2fs is used to create an ext2/ext3 filesystem. The normal compat
### symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
-### config TUNE2FS
+### config KEMBTK_BUSYB_TUNE2FS
### bool "tune2fs"
### help
### tune2fs allows the system administrator to adjust various tunable
### filesystem parameters on Linux ext2/ext3 filesystems.
-### config E2LABEL
+### config KEMBTK_BUSYB_E2LABEL
### bool "e2label"
-### depends on TUNE2FS
+### depends on KEMBTK_BUSYB_TUNE2FS
### help
### e2label will display or change the filesystem label on the ext2
### filesystem located on device.
### NB: this one is now provided by util-linux/volume_id/*
-### config FINDFS
+### config KEMBTK_BUSYB_FINDFS
### bool "findfs"
-### depends on TUNE2FS
+### depends on KEMBTK_BUSYB_TUNE2FS
### help
### findfs will search the disks in the system looking for a filesystem
### which has a label matching label or a UUID equal to uuid.