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