6 mainmenu "OpenWrt Configuration"
12 config BR2_HAVE_DOT_CONFIG
16 # Supported architectures
27 # Unsupported architectures
67 default "arm" if BR2_arm
68 default "armeb" if BR2_armeb
69 default "cris" if BR2_cris
70 default "i386" if BR2_i386
71 default "m68k" if BR2_m68k
72 default "mips" if BR2_mips
73 default "mipsel" if BR2_mipsel || !CONFIG_DEVEL
74 default "mips64" if BR2_mips64
75 default "powerpc" if BR2_powerpc
76 default "sh3" if BR2_sh3
77 default "sh3eb" if BR2_sh3eb
78 default "sh4" if BR2_sh4
79 default "sh4eb" if BR2_sh4eb
80 default "sparc" if BR2_sparc
82 source "target/Config.in"
89 default "wget --passive-ftp -nd"
91 config BR2_TAR_VERBOSITY
98 prompt "Number of jobs to run simultaneously"
101 Number of jobs to run simultanesouly
105 source "toolchain/Config.in"
106 source "package/Config.in"
107 source "target/linux/Config.in"