 a17b8eaa2e
			
		
	
	a17b8eaa2e
	
	
	
		
			
			The license folder is a core part of OpenWrt and all GPL-2.0 licensed. Use SPDX license tags to allow machines to check licenses. Signed-off-by: Paul Spooren <mail@aparcar.org> [rebase, keep some Copyright lines, sharpen commit message] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
		
			
				
	
	
		
			33 lines
		
	
	
		
			502 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			502 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0-only
 | |
| #
 | |
| # Copyright (C) 2006-2013 OpenWrt.org
 | |
| 
 | |
| mainmenu "OpenWrt Configuration"
 | |
| 
 | |
| config MODULES
 | |
| 	option modules
 | |
| 	bool
 | |
| 	default y
 | |
| 
 | |
| config HAVE_DOT_CONFIG
 | |
| 	bool
 | |
| 	default y
 | |
| 
 | |
| source "target/Config.in"
 | |
| 
 | |
| source "config/Config-images.in"
 | |
| 
 | |
| source "config/Config-build.in"
 | |
| 
 | |
| source "config/Config-devel.in"
 | |
| 
 | |
| source "toolchain/Config.in"
 | |
| 
 | |
| source "target/imagebuilder/Config.in"
 | |
| 
 | |
| source "target/sdk/Config.in"
 | |
| 
 | |
| source "target/toolchain/Config.in"
 | |
| 
 | |
| source "tmp/.config-package.in"
 |