Commit f08e9eea authored by Richard van Paasen's avatar Richard van Paasen Committed by Thomas Petazzoni
Browse files

e2fsprogs: fix lsattr chattr and e2label e2undo mixup

In Config.in lsattr/chattr and e2label/e2undo are mixed up.
parent 58a45bf6
Loading
Loading
Loading
Loading
+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