6 mainmenu "OpenWrt Configuration"
12 config BR2_HAVE_DOT_CONFIG
17 prompt "Target Architecture"
20 # Supported architectures
34 # Unsupported architectures
71 default "arm" if BR2_arm
72 default "armeb" if BR2_armeb
73 default "cris" if BR2_cris
74 default "i386" if BR2_i386
75 default "m68k" if BR2_m68k
76 default "mips" if BR2_mips
77 default "mipsel" if BR2_mipsel || !CONFIG_DEVEL
78 default "powerpc" if BR2_powerpc
79 default "sh3" if BR2_sh3
80 default "sh3eb" if BR2_sh3eb
81 default "sh4" if BR2_sh4
82 default "sh4eb" if BR2_sh4eb
83 default "sparc" if BR2_sparc
85 source "target/Config.in"
92 default "wget --passive-ftp -nd"
94 config BR2_TAR_VERBOSITY
101 prompt "Number of jobs to run simultaneously"
104 Number of jobs to run simultanesouly
108 source "toolchain/Config.in.devel"
109 source "package/Config.in"
110 source "target/linux/Config.in"