finish up package makefile
[openwrt.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 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 config WGET
22 string
23 default "wget --passive-ftp -nd"
24
25 menuconfig BUILDOPTS
26 bool "Build Options" if DEVEL
27
28 config TAR_VERBOSITY
29 bool
30 prompt "Tar verbose" if BUILDOPTS
31 default n
32
33 config JLEVEL
34 int
35 prompt "Number of jobs to run simultaneously" if BUILDOPTS
36 default "1"
37 help
38 Number of jobs to run simultanesouly
39
40 source "toolchain/Config.in"
41 source "target/linux/Config.in"
42 source ".config.in"
43
44 menu "busybox"
45 source "package/busybox/config/Config.in"
46 endmenu
This page took 0.04945 seconds and 5 git commands to generate.