diff mbox series

[OpenWrt-Devel] sdk: add OpenWrt branding to menuconfig & .config

Message ID 20200418214931.24983-1-cotequeiroz@gmail.com
State Accepted
Headers show
Series [OpenWrt-Devel] sdk: add OpenWrt branding to menuconfig & .config | expand

Commit Message

Eneas U de Queiroz April 18, 2020, 9:49 p.m. UTC
Set the mainmenu symbol in SDK Config.in to "OpenWrt Configuration", the
same as the main OpenWrt Config.in.  This string is is used as the name
of the top menu in menuconfig, and at the top of the .config file.  If
unset, current kconfig will use "Linux Kernel Configuration".

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
diff mbox series

Patch

diff --git a/target/sdk/files/Config.in b/target/sdk/files/Config.in
index 0dab240959..4393daab5b 100644
--- a/target/sdk/files/Config.in
+++ b/target/sdk/files/Config.in
@@ -1,3 +1,5 @@ 
+mainmenu "OpenWrt Configuration"
+
 menu "Global build settings"
 
 	config ALL_NONSHARED