mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	sdk: provide explicit CONFIG_MODULES kconfig symbol
Extend the SDK Config.in file to explicitely declare a MODULES symbol with the "option modules" flag set in order to prevent a kconfig segmentation fault whenever a "depends m" dependency is encountered. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 46514
This commit is contained in:
		
							parent
							
								
									1602a8cb6b
								
							
						
					
					
						commit
						81a35d669a
					
				| @ -1,2 +1,7 @@ | ||||
| config MODULES | ||||
| 	bool | ||||
| 	default y | ||||
| 	option modules | ||||
| 
 | ||||
| source "Config-build.in" | ||||
| source "tmp/.config-package.in" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user