3 mainmenu "OpenWrt Configuration"
9 config BR2_HAVE_DOT_CONFIG
16 # Supported architectures
32 # Unsupported architectures
72 default "arm" if BR2_arm
73 default "armeb" if BR2_armeb
74 default "cris" if BR2_cris
75 default "i386" if BR2_i386
76 default "m68k" if BR2_m68k
77 default "mips" if BR2_mips
78 default "mipsel" if BR2_mipsel || !CONFIG_DEVEL
79 default "powerpc" if BR2_powerpc
80 default "sh3" if BR2_sh3
81 default "sh3eb" if BR2_sh3eb
82 default "sh4" if BR2_sh4
83 default "sh4eb" if BR2_sh4eb
84 default "sparc" if BR2_sparc
89 default "wget --passive-ftp -nd"
91 config BR2_TAR_VERBOSITY
99 source "target/Config.in"
100 source "toolchain/Config.in"
101 source "package/Config.in"
102 source "target/linux/Config.in"