mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-22 12:23:27 +08:00
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:
parent
5239be04c9
commit
598334166d
3
CHANGES
3
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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user