busybox: update to 1.22.1
[librecmc/librecmc.git] / package / utils / busybox / config / e2fsprogs / Config.in
index 282681db0cbdd08023fc835f178358d7ad37683d..f826240181fd2561a83e3a25b2a86ee1c68bfc22 100644 (file)
@@ -7,10 +7,9 @@
 menu "Linux Ext2 FS Progs"
 
 
-
 config BUSYBOX_CONFIG_CHATTR
        bool "chattr"
-       default n
+       default BUSYBOX_DEFAULT_CHATTR
        help
          chattr changes the file attributes on a second extended file system.
 
@@ -25,7 +24,7 @@ config BUSYBOX_CONFIG_CHATTR
 
 config BUSYBOX_CONFIG_FSCK
        bool "fsck"
-       default n
+       default BUSYBOX_DEFAULT_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
@@ -33,7 +32,7 @@ config BUSYBOX_CONFIG_FSCK
 
 config BUSYBOX_CONFIG_LSATTR
        bool "lsattr"
-       default n
+       default BUSYBOX_DEFAULT_LSATTR
        select BUSYBOX_CONFIG_PLATFORM_LINUX
        help
          lsattr lists the file attributes on a second extended file system.
@@ -47,7 +46,7 @@ config BUSYBOX_CONFIG_LSATTR
 
 config BUSYBOX_CONFIG_TUNE2FS
        bool "tune2fs"
-       default n  # off: it is too limited compared to upstream version
+       default BUSYBOX_DEFAULT_TUNE2FS  # off: it is too limited compared to upstream version
        help
          tune2fs allows the system administrator to adjust various tunable
          filesystem parameters on Linux ext2/ext3 filesystems.