sdk: Allow to configure signed pacakge lists
[openwrt/.git] / target / sdk / files / Config.in
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 MODULES
22         bool
23         default y
24         option modules
25
26 source "Config-build.in"
27 source "tmp/.config-package.in"