3 mainmenu "OpenWRT Configuration"
5 config BR2_HAVE_DOT_CONFIG
10 prompt "Target Architecture"
58 default "arm" if BR2_arm
59 default "armeb" if BR2_armeb
60 default "cris" if BR2_cris
61 default "i386" if BR2_i386
62 default "m68k" if BR2_m68k
63 default "mips" if BR2_mips
64 default "mipsel" if BR2_mipsel
65 default "powerpc" if BR2_powerpc
66 default "sh3" if BR2_sh3
67 default "sh3eb" if BR2_sh3eb
68 default "sh4" if BR2_sh4
69 default "sh4eb" if BR2_sh4eb
70 default "sparc" if BR2_sparc
77 default "wget --passive-ftp -nd"
79 config BR2_TAR_VERBOSITY
83 config BR2_STAGING_DIR
84 string "Toolchain and header file location?"
85 default "$(BUILD_DIR)/staging_dir"
87 This is the location where the toolchain will be installed.
88 Since the toolchain will not work if it is moved from this
89 location, it is important for people wishing to package up
90 a uClibc toolchain that this be set to the location in which
91 the toolchain will be used.
93 Most people will leave this set to the default value of
94 "$(BUILD_DIR)/staging_dir".
97 int "Number of jobs to run simultaneously"
100 Number of jobs to run simultanesouly
104 source "toolchain/Config.in"
106 source "package/Config.in"
108 source "target/Config.in"