mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	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 <cotequeiroz@gmail.com>
This commit is contained in:
		
							parent
							
								
									f827f947ae
								
							
						
					
					
						commit
						94e27d62ab
					
				@ -1,3 +1,5 @@
 | 
				
			|||||||
 | 
					mainmenu "OpenWrt Configuration"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
menu "Global build settings"
 | 
					menu "Global build settings"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	config ALL_NONSHARED
 | 
						config ALL_NONSHARED
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user