Commit 59833416 authored by Richard van Paasen's avatar Richard van Paasen Committed by Peter Korsgaard
Browse files

e2fsprogs: fix lsattr chattr and e2label e2undo mixup



In Config.in lsattr/chattr and e2label/e2undo are mixed up.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 5239be04
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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

+2 −2
Original line number Diff line number Diff line
@@ -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