OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 menu "Global build settings"
2  
3 config ALL_NONSHARED
4 bool "Select all target specific packages by default"
5 default ALL
6  
7 config ALL_KMODS
8 bool "Select all kernel module packages by default"
9 default ALL
10  
11 config ALL
12 bool "Select all userspace packages by default"
13 default y
14  
15 config SIGNED_PACKAGES
16 bool "Cryptographically sign package lists"
17 default y
18  
19 endmenu
20  
21 config IN_SDK
22 default y
23 bool
24  
25 config MODULES
26 bool
27 default y
28 option modules
29  
30 source "Config-build.in"
31 source "tmp/.config-package.in"