3 mainmenu "OpenWRT Configuration"
9 config BR2_HAVE_DOT_CONFIG
18 prompt "Target Architecture" if CONFIG_DEVEL
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
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
85 default "wget --passive-ftp -nd"
87 config BR2_TAR_VERBOSITY
91 config BR2_STAGING_DIR
92 string "Toolchain and header file location?"
93 default "$(BASE_DIR)/staging_dir_$(ARCH)$(ARCH_FPU_SUFFIX)"
95 This is the location where the toolchain will be installed.
96 Since the toolchain will not work if it is moved from this
97 location, it is important for people wishing to package up
98 a uClibc toolchain that this be set to the location in which
99 the toolchain will be used.
101 Most people will leave this set to the default value of
102 "$(BASE_DIR)/staging_dir_$(ARCH)$(ARCH_FPU_SUFFIX)".
105 int "Number of jobs to run simultaneously"
108 Number of jobs to run simultanesouly
112 source "toolchain/Config.in.devel"
113 source "package/Config.in"
114 source "target/Config.in"