3 mainmenu "OpenWRT Configuration"
9 config BR2_HAVE_DOT_CONFIG
14 prompt "Target Architecture"
62 default "arm" if BR2_arm
63 default "armeb" if BR2_armeb
64 default "cris" if BR2_cris
65 default "i386" if BR2_i386
66 default "m68k" if BR2_m68k
67 default "mips" if BR2_mips
68 default "mipsel" if BR2_mipsel
69 default "powerpc" if BR2_powerpc
70 default "sh3" if BR2_sh3
71 default "sh3eb" if BR2_sh3eb
72 default "sh4" if BR2_sh4
73 default "sh4eb" if BR2_sh4eb
74 default "sparc" if BR2_sparc
81 default "wget --passive-ftp -nd"
83 config BR2_TAR_VERBOSITY
87 config BR2_STAGING_DIR
88 string "Toolchain and header file location?"
89 default "$(BASE_DIR)/staging_dir_$(ARCH)$(ARCH_FPU_SUFFIX)"
91 This is the location where the toolchain will be installed.
92 Since the toolchain will not work if it is moved from this
93 location, it is important for people wishing to package up
94 a uClibc toolchain that this be set to the location in which
95 the toolchain will be used.
97 Most people will leave this set to the default value of
98 "$(BASE_DIR)/staging_dir_$(ARCH)$(ARCH_FPU_SUFFIX)".
101 int "Number of jobs to run simultaneously"
104 Number of jobs to run simultanesouly
108 source "toolchain/Config.in"
109 source "package/Config.in"
110 source "target/Config.in"