fix BR2_ and CONFIG_ issues
[openwrt/openwrt.git] / openwrt / Config.in
1 #
2
3 mainmenu "OpenWrt Configuration"
4
5 config HAVE_DOT_CONFIG
6 bool
7 default y
8
9 source "target/Config.in"
10
11 config DEVEL
12 bool "Advanced configuration options (for developers)"
13 default n
14 select BUILDOPTS
15 select TOOLCHAINOPTS
16
17 config ALL
18 bool "Select all packages by default"
19 default n
20
21 menuconfig BUILDOPTS
22 bool "Build Options" if DEVEL
23
24 config TAR_VERBOSITY
25 bool
26 prompt "Tar verbose" if BUILDOPTS
27 default n
28
29 config JLEVEL
30 int
31 prompt "Number of jobs to run simultaneously" if BUILDOPTS
32 default "1"
33 help
34 Number of jobs to run simultanesouly
35
36 source "toolchain/Config.in"
37 source "target/linux/Config.in"
38 source ".config.in"
39