3 mainmenu "OpenWRT Configuration"
9 config BR2_HAVE_DOT_CONFIG
64 default "arm" if BR2_arm
65 default "armeb" if BR2_armeb
66 default "cris" if BR2_cris
67 default "i386" if BR2_i386
68 default "m68k" if BR2_m68k
69 default "mips" if BR2_mips
70 default "mipsel" if BR2_mipsel || !CONFIG_DEVEL
71 default "powerpc" if BR2_powerpc
72 default "sh3" if BR2_sh3
73 default "sh3eb" if BR2_sh3eb
74 default "sh4" if BR2_sh4
75 default "sh4eb" if BR2_sh4eb
76 default "sparc" if BR2_sparc
81 default "wget --passive-ftp -nd"
83 config BR2_TAR_VERBOSITY
87 config BR2_STAGING_DIR
89 default "$(BASE_DIR)/staging_dir_$(ARCH)$(ARCH_FPU_SUFFIX)"
95 source "toolchain/Config.in"
96 source "package/Config.in"
97 source "target/Config.in"