6d636d1a72119e79c11eb816ca47ba5ab52bd815
[openwrt.git] / Config.in
1 #
2
3 mainmenu "OpenWRT Configuration"
4
5 config MODULES
6         bool
7         default y
8
9 config BR2_HAVE_DOT_CONFIG
10         bool
11         default y
12
13 config BR2_mipsel
14         default y
15
16 choice
17         default BR2_mipsel
18         help
19           Stuff
20
21 config BR2_arm
22         bool "arm"
23
24 config BR2_armeb
25         bool "armeb"
26
27 config BR2_cris
28         bool "cris"
29
30 config BR2_i386
31         bool "i386"
32
33 config BR2_m68k
34         bool "m68k"
35
36 config BR2_mips
37         bool "mips"
38
39 config BR2_mipsel
40         bool "mipsel"
41
42 config BR2_powerpc
43         bool "powerpc"
44
45 config BR2_sh3
46         bool "sh3"
47
48 config BR2_sh3eb
49         bool "sh3eb"
50
51 config BR2_sh4
52         bool "sh4"
53
54 config BR2_sh4eb
55         bool "sh4eb"
56
57 config BR2_sparc
58         bool "sparc"
59
60 endchoice
61
62 config BR2_ARCH
63         string
64         default "arm"     if BR2_arm
65         default "armeb"   if BR2_armeb
66         default "cris"    if BR2_cris
67         default "i386"    if BR2_i386
68         default "m68k"    if BR2_m68k
69         default "mips"    if BR2_mips
70         default "mipsel"  if BR2_mipsel || !CONFIG_DEVEL
71         default "powerpc" if BR2_powerpc
72         default "sh3"     if BR2_sh3
73         default "sh3eb"   if BR2_sh3eb
74         default "sh4"     if BR2_sh4
75         default "sh4eb"   if BR2_sh4eb
76         default "sparc"   if BR2_sparc
77
78
79 config BR2_WGET
80         string 
81         default "wget --passive-ftp -nd"
82
83 config BR2_TAR_VERBOSITY
84         bool 
85         default n
86
87 config BR2_STAGING_DIR
88         string
89         default "$(BASE_DIR)/staging_dir_$(ARCH)$(ARCH_FPU_SUFFIX)"
90
91 config BR2_JLEVEL
92         int
93         default "1"
94
95 source "toolchain/Config.in"
96 source "package/Config.in"
97 source "target/Config.in"