From: Eneas U de Queiroz Date: Sat, 18 Apr 2020 21:49:31 +0000 (-0300) Subject: sdk: add OpenWrt branding to menuconfig & .config X-Git-Tag: v21.02.0-rc1~2739 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94e27d62ab01059efb9b4a968ff61acd5308b062;p=thirdparty%2Fopenwrt.git sdk: add OpenWrt branding to menuconfig & .config 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 --- diff --git a/target/sdk/files/Config.in b/target/sdk/files/Config.in index 0dab2409599..4393daab5ba 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