]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
e2fsprogs: fix lsattr chattr and e2label e2undo mixup
authorRichard van Paasen <rvpaasen@t3i.nl>
Mon, 14 Dec 2009 21:49:23 +0000 (22:49 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 23 Feb 2010 19:34:57 +0000 (20:34 +0100)
In Config.in lsattr/chattr and e2label/e2undo are mixed up.

package/e2fsprogs/Config.in

index e83ad4f15945baef92b82ef79eb7d86b7742312e..2bb92d9778ccd5a277090d9572ee79bdf457cb32 100644 (file)
@@ -54,7 +54,7 @@ config BR2_PACKAGE_E2FSPROGS_E2LABEL
        select BR2_PACKAGE_E2FSPROGS_LIBBLKID
 
 config BR2_PACKAGE_E2FSPROGS_E2UNDO
-       bool "e2label"
+       bool "e2undo"
        default y
        depends on BR2_PACKAGE_E2FSPROGS
 
@@ -81,7 +81,7 @@ config BR2_PACKAGE_E2FSPROGS_LOGSAVE
        depends on BR2_PACKAGE_E2FSPROGS
 
 config BR2_PACKAGE_E2FSPROGS_LSATTR
-       bool "chattr"
+       bool "lsattr"
        default y
        depends on BR2_PACKAGE_E2FSPROGS