6 mainmenu "OpenWrt Configuration"
12 config BR2_HAVE_DOT_CONFIG
21 prompt "Target Architecture"
23 # Supported architectures
37 # Unsupported architectures
74 default "arm" if BR2_arm
75 default "armeb" if BR2_armeb
76 default "cris" if BR2_cris
77 default "i386" if BR2_i386
78 default "m68k" if BR2_m68k
79 default "mips" if BR2_mips
80 default "mipsel" if BR2_mipsel || !CONFIG_DEVEL
81 default "powerpc" if BR2_powerpc
82 default "sh3" if BR2_sh3
83 default "sh3eb" if BR2_sh3eb
84 default "sh4" if BR2_sh4
85 default "sh4eb" if BR2_sh4eb
86 default "sparc" if BR2_sparc
88 source "target/Config.in"
95 default "wget --passive-ftp -nd"
97 config BR2_TAR_VERBOSITY
104 prompt "Number of jobs to run simultaneously"
107 Number of jobs to run simultanesouly
111 source "toolchain/Config.in.devel"
112 source "package/Config.in"
113 source "target/linux/Config.in"