summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard van Paasen <rvpaasen@t3i.nl>2010-02-21 20:06:50 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-02-23 21:06:47 +0100
commit598334166db515bd414286d572e86c4061bfa186 (patch)
tree4c8f21e241572d48c68356beda67ef5c69d31e5d
parent5239be04c918f9776db59c2ebb273ece140cb17c (diff)
e2fsprogs: fix lsattr chattr and e2label e2undo mixup
In Config.in lsattr/chattr and e2label/e2undo are mixed up. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--CHANGES3
-rw-r--r--package/e2fsprogs/Config.in4
2 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 09abc3a71..dae674d38 100644
--- 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
diff --git a/package/e2fsprogs/Config.in b/package/e2fsprogs/Config.in
index e83ad4f15..2bb92d977 100644
--- a/package/e2fsprogs/Config.in
+++ b/package/e2fsprogs/Config.in
@@ -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