3 mainmenu "OpenWRT Configuration"
9 config BR2_HAVE_DOT_CONFIG
18 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
88 default "wget --passive-ftp -nd"
90 config BR2_TAR_VERBOSITY
98 source "target/Config.in"
99 source "toolchain/Config.in"
100 source "package/Config.in"
101 source "target/linux/Config.in"