3 mainmenu "OpenWrt Configuration"
9 config BR2_HAVE_DOT_CONFIG
13 # Supported architectures
24 # Unsupported architectures
62 default "arm" if BR2_arm
63 default "armeb" if BR2_armeb
64 default "cris" if BR2_cris
65 default "i386" if BR2_i386
66 default "m68k" if BR2_m68k
67 default "mips" if BR2_mips
68 default "mipsel" if BR2_mipsel || !CONFIG_DEVEL
69 default "powerpc" if BR2_powerpc
70 default "sh3" if BR2_sh3
71 default "sh3eb" if BR2_sh3eb
72 default "sh4" if BR2_sh4
73 default "sh4eb" if BR2_sh4eb
74 default "sparc" if BR2_sparc
79 default "wget --passive-ftp -nd"
81 config BR2_TAR_VERBOSITY
89 source "target/Config.in"
90 source "toolchain/Config.in"
91 source "package/Config.in"
92 source "target/linux/Config.in"