summaryrefslogtreecommitdiffstats
path: root/target/sdk/files/Config.in
blob: 0614f31d604d2c228648d2afacae560185b49c92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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"