aboutsummaryrefslogtreecommitdiffstats
path: root/target/sdk/files/Config.in
blob: 064cb0527bbb0a541a5b102d2c40e7f281296201 (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
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 MODULES
	bool
	default y
	option modules

source "Config-build.in"
source "tmp/.config-package.in"