summaryrefslogtreecommitdiffstats
path: root/target/sdk/files/Config.in
blob: c7bc41956e94f505d22d5253226b37047031e1cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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

endmenu

config MODULES
	bool
	default y
	option modules

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