e2fsprogs: fix lsattr chattr and e2label e2undo mixup

In Config.in lsattr/chattr and e2label/e2undo are mixed up.
This commit is contained in:
Richard van Paasen 2009-12-14 22:49:23 +01:00 committed by Thomas Petazzoni
parent 58a45bf66b
commit f08e9eea1b

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