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