[Buildroot] [git commit] package/systemd: use 'menuconfig'

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Jul 2 11:03:59 UTC 2016


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

systemd has a bunch of options now, so use 'menuconfig' to the group the
options in a submenu.

Signed-off-by: Gabe Evans <gabe at hashrabbit.co>
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/systemd/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/systemd/Config.in b/package/systemd/Config.in
index dcabf3b..b44d57a 100644
--- a/package/systemd/Config.in
+++ b/package/systemd/Config.in
@@ -7,7 +7,7 @@ config BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS
 		BR2_sh4a || BR2_sh4aeb || BR2_sparc || BR2_x86_64 || \
 		BR2_aarch64 || BR2_m68k
 
-config BR2_PACKAGE_SYSTEMD
+menuconfig BR2_PACKAGE_SYSTEMD
 	bool "systemd"
 	depends on BR2_INIT_SYSTEMD
 	depends on BR2_USE_WCHAR # util-linux


More information about the buildroot mailing list