# config MODULES bool default y config BR2_HAVE_DOT_CONFIG bool default y mainmenu "Buildroot2 Configuration" menu "Build options" config BR2_WGET string "Wget command" default "wget --passive-ftp -nd" config BR2_SVN string "Subversion (svn) checkout command" default "svn co" config BR2_ZCAT string "zcat command" default "zcat" help Command to be used to extract a gzip'ed file to stdout. zcat is identical to gunzip -c except that the former may not be available on your system. Default is "zcat" Other possible values include "gunzip -c" or "gzip -d -c". config BR2_BZCAT string "bzcat command" default "bzcat" help Command to be used to extract a bzip2'ed file to stdout. bzcat is identical to bunzip2 -c except that the former may not be available on your system. Default is "bzcat" Other possible values include "bunzip2 -c" or "bzip2 -d -c". config BR2_UPX string "upx command" default "upx-1.11" help Command to (eventually) be used to compress the Linux kernel. config BR2_TAR_OPTIONS string "Tar options" default "--format oldgnu" help Options to pass to tar when extracting the sources. E.g. " -v --exclude='*.svn*'" to exclude all .svn internal files and to be verbose. config BR2_DL_DIR string "Download dir" default "$(BASE_DIR)/downloads" help Directory to store all the source files that we need to fetch. config BR2_SOURCEFORGE_MIRROR_SITE string "Sourceforge mirror site" default "easynews" help Sourceforge has a system of mirror sites. Some sites may be closer to your location, and sometimes mirror sites go down and are no longer available. This option allows you to select your preferred Sourceforge mirror site. The list of mirrors is available here: http://prdownloads.sourceforge.net/index-sf.html?download config BR2_STAGING_DIR string "Toolchain and header file location?" default "$(BUILD_DIR)/staging_dir" help This is the location where the toolchain will be installed. The toolchain will not work if it is moved from this location. Therefore, if you wish to package up a uClibc toolchain, it is important that is is set to the final location where the toolchain will be used. Most people will leave this set to the default value of "$(BUILD_DIR)/staging_dir". config BR2_TOPDIR_PREFIX string "Custom build dir prefix" default "" help Add a custom string to the beginning of the build directories. build_ARCH -> [PREFIX]_build_ARCH toolchain_build_ARCH -> [PREFIX]_toolchain_build_ARCH config BR2_TOPDIR_SUFFIX string "Custom build dir suffix" default "" help Add a custom string to the end of the build directories. build_ARCH -> build_ARCH_[SUFFIX] toolchain_build_ARCH -> toolchain_build_ARCH_[SUFFIX] config BR2_GNU_BUILD_SUFFIX string "GNU build hostname suffix" default "pc-linux-gnu" help The string used to pass to configure scripts via the --build= option. Just specify the suffix here, the leading arch will be filled in automatically. Here's some copy and paste build host options for you: linux: pc-linux-gnu cygwin: pc-cygwin os x: apple-darwin7 / apple-darwin8 config BR2_GNU_TARGET_SUFFIX string "GNU target suffix" default "linux-uclibcgnueabi" if BR2_ARM_EABI default "linux-uclibc" help The string used to pass to configure scripts via the --target= option. Just specify the suffix here, the leading arch will be filled in automatically. Most users will want to stick with the default setting, though other users (most notably ARM EABI) like to add on to this in order to stay in line with gcc conventions. Default options are: linux-uclibcgnueabi for ARM EABI linux-uclibc for the rest config BR2_JLEVEL int "Number of jobs to run simultaneously" default "1" help Number of jobs to run simultaneously endmenu source "package/Config.in" source "target/Config.in" choice prompt "Target Architecture" default BR2_i386 help Stuff config BR2_alpha bool "alpha" config BR2_arm bool "arm" config BR2_armeb bool "armeb" config BR2_cris bool "cris" config BR2_i386 bool "i386" config BR2_m68k bool "m68k" config BR2_mips bool "mips" config BR2_mipsel bool "mipsel" config BR2_nios2 bool "nios2" config BR2_powerpc bool "powerpc" config BR2_sh bool "superh" config BR2_sh64 bool "superh64" config BR2_sparc bool "sparc" config BR2_x86_64 bool "x86_64" endchoice