mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			515 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			515 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "Global build settings"
 | |
| 
 | |
| 	config ALL_NONSHARED
 | |
| 		bool "Select all target specific packages by default"
 | |
| 		default ALL
 | |
| 
 | |
| 	config ALL_KMODS
 | |
| 		bool "Select all kernel module packages by default"
 | |
| 		default ALL
 | |
| 
 | |
| 	config ALL
 | |
| 		bool "Select all userspace packages by default"
 | |
| 		default y
 | |
| 
 | |
| 	config SIGNED_PACKAGES
 | |
| 		bool "Cryptographically sign package lists"
 | |
| 		default y
 | |
| 
 | |
| endmenu
 | |
| 
 | |
| config IN_SDK
 | |
| 	default y
 | |
| 	bool
 | |
| 
 | |
| config MODULES
 | |
| 	bool
 | |
| 	default y
 | |
| 	option modules
 | |
| 
 | |
| source "Config-build.in"
 | |
| source "tmp/.config-package.in"
 |