3 mainmenu "OpenWRT Configuration"
9 config BR2_HAVE_DOT_CONFIG
61 default "arm" if BR2_arm
62 default "armeb" if BR2_armeb
63 default "cris" if BR2_cris
64 default "i386" if BR2_i386
65 default "m68k" if BR2_m68k
66 default "mips" if BR2_mips
67 default "mipsel" if BR2_mipsel || !CONFIG_DEVEL
68 default "powerpc" if BR2_powerpc
69 default "sh3" if BR2_sh3
70 default "sh3eb" if BR2_sh3eb
71 default "sh4" if BR2_sh4
72 default "sh4eb" if BR2_sh4eb
73 default "sparc" if BR2_sparc
78 default "wget --passive-ftp -nd"
80 config BR2_TAR_VERBOSITY
84 config BR2_STAGING_DIR
86 default "$(BASE_DIR)/staging_dir_$(ARCH)$(ARCH_FPU_SUFFIX)"
92 source "toolchain/Config.in"
93 source "package/Config.in"
94 source "target/Config.in"