[Buildroot] [git commit] e2fsprogs: change into menuconfig

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Apr 22 12:28:39 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=a1849efd1ac9e0a614ebc2fd266441a45417aa21
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

We decided some time ago that config entries with 5 or more suboptions
should be turned into a menuconfig. e2fsprogs has many more than that.

Signed-off-by: Carlos Santos <casantos at datacom.ind.br>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/e2fsprogs/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/e2fsprogs/Config.in b/package/e2fsprogs/Config.in
index c83f845..055ad50 100644
--- a/package/e2fsprogs/Config.in
+++ b/package/e2fsprogs/Config.in
@@ -1,4 +1,4 @@
-config BR2_PACKAGE_E2FSPROGS
+menuconfig BR2_PACKAGE_E2FSPROGS
 	bool "e2fsprogs"
 	depends on BR2_USE_MMU # util-linux/libblkid
 	select BR2_PACKAGE_UTIL_LINUX


More information about the buildroot mailing list