remove unused wget menuconfig option; make the package autorebuild optional (but...
[openwrt-10.03/.git] / 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 AUTOREBUILD
25         bool
26         prompt "Automatic rebuild of packages" if BUILDOPTS
27         default y
28         help
29                 Automatically rebuild packages when their files change
30
31 config TAR_VERBOSITY
32         bool 
33         prompt "Tar verbose" if BUILDOPTS
34         default n
35
36 config JLEVEL
37         int
38         prompt "Number of jobs to run simultaneously" if BUILDOPTS
39         default "1"
40         help
41             Number of jobs to run simultanesouly
42
43 source "toolchain/Config.in"
44 source "target/linux/Config.in"
45 source ".config.in"
46