clean up menu configuration
[openwrt/staging/dedeckeh.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 ALL
12 bool "Select all packages by default"
13 default n
14
15 menuconfig DEVEL
16 bool "Advanced configuration options (for developers)"
17 default n
18 select BUILDOPTS
19 select TOOLCHAINOPTS
20
21 menuconfig BUILDOPTS
22 bool "Build Options" if DEVEL
23
24 config WGET
25 string
26 prompt "WGET command" if BUILDOPTS
27 default "wget --passive-ftp -nd"
28
29 config TAR_VERBOSITY
30 bool
31 prompt "Tar verbose" if BUILDOPTS
32 default n
33
34 config JLEVEL
35 int
36 prompt "Number of jobs to run simultaneously" if BUILDOPTS
37 default "1"
38 help
39 Number of jobs to run simultanesouly
40
41 source "toolchain/Config.in"
42 source "target/linux/Config.in"
43 source ".config.in"
44