]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
e2fsprogs: fix lsattr chattr and e2label e2undo mixup
authorRichard van Paasen <rvpaasen@t3i.nl>
Sun, 21 Feb 2010 19:06:50 +0000 (20:06 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 23 Feb 2010 20:06:47 +0000 (21:06 +0100)
In Config.in lsattr/chattr and e2label/e2undo are mixed up.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/e2fsprogs/Config.in

diff --git a/CHANGES b/CHANGES
index 09abc3a71b7ac5f5b9c0dcc08899b149ef48c233..dae674d3861d4cd7853a21001182de93164fb780 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,8 @@
        Fixes all over the tree and new features.
 
        Updated/fixed packages: ace_of_penguins, alsa-lib, alsa-utils, argus,
-       at, gst-plugins-good, libpcap, rsync, rubix, tcl, xproto_trapproto
+       at, e2fsprogs, gst-plugins-good, libpcap, rsync, rubix, tcl,
+       xproto_trapproto
 
        Removed package: xboard
 
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