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>
This commit is contained in:
Richard van Paasen 2010-02-21 20:06:50 +01:00 committed by Peter Korsgaard
parent 5239be04c9
commit 598334166d
2 changed files with 4 additions and 3 deletions

View File

@ -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

View 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