diff options
author | Richard van Paasen <rvpaasen@t3i.nl> | 2009-12-14 22:49:23 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-02-23 20:34:57 +0100 |
commit | f08e9eea1b70f057cc0a3efa18b2acb4faea4abe (patch) | |
tree | b9b208b5acb96158433926ae26fc2a26361ff3a7 /package | |
parent | 58a45bf66ba1787d9ac25c0fa8df4672bc705358 (diff) | |
download | buildroot-novena-f08e9eea1b70f057cc0a3efa18b2acb4faea4abe.tar.gz buildroot-novena-f08e9eea1b70f057cc0a3efa18b2acb4faea4abe.zip |
e2fsprogs: fix lsattr chattr and e2label e2undo mixup
In Config.in lsattr/chattr and e2label/e2undo are mixed up.
Diffstat (limited to 'package')
-rw-r--r-- | package/e2fsprogs/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |