Clean up ARM Ltd. BSP
This commit is contained in:
parent
97515c6cae
commit
010a1acb23
@ -1,38 +1,33 @@
|
||||
menuconfig BR2_TARGET_ARMLTD
|
||||
bool "ARM Ltd. Device Support"
|
||||
depends on BR2_arm
|
||||
select BR2_ARM_EABI
|
||||
select BR2_arm926t
|
||||
|
||||
comment "Arm based Device Support"
|
||||
depends on BR2_arm && BR2_TARGET_ARMLTD
|
||||
comment "ARM Ltd. based Device Support"
|
||||
depends on BR2_TARGET_ARMLTD
|
||||
|
||||
|
||||
if BR2_TARGET_ARMLTD
|
||||
|
||||
choice
|
||||
prompt "Controller board"
|
||||
default BR2_TARGET_ARM_INTEGRATOR_926
|
||||
help
|
||||
ARM Ltd. Controller Board to build for
|
||||
|
||||
config BR2_TARGET_ARM_INTEGRATOR_926
|
||||
bool "Integrator arm926"
|
||||
depends on BR2_arm && BR2_TARGET_ARMLTD
|
||||
default y
|
||||
select BR2_ARM_EABI
|
||||
select BR2_arm926t
|
||||
|
||||
config BR2_TARGET_ARM_INTEGRATOR_926_HUGE
|
||||
bool "Integrator arm926 (Huge)"
|
||||
depends on BR2_arm && BR2_TARGET_ARMLTD
|
||||
default y
|
||||
select BR2_ARM_EABI
|
||||
select BR2_arm926t
|
||||
|
||||
endchoice
|
||||
|
||||
config BR2_BOARD_NAME
|
||||
string
|
||||
default "integrator926" if BR2_TARGET_ARM_INTEGRATOR_926
|
||||
default "integrator926_huge" if BR2_TARGET_ARM_INTEGRATOR_926
|
||||
default "integrator926_huge" if BR2_TARGET_ARM_INTEGRATOR_926_HUGE
|
||||
|
||||
config BR2_BOARD_PATH
|
||||
string "Board Path"
|
||||
|
@ -1,14 +1,11 @@
|
||||
ifeq ($(BR2_TARGET_ARMLTD_INTEGRATOR_926),y)
|
||||
LINUX26_KCONFIG:=target/device/Arm/linux26.integrator926.config
|
||||
TARGETS+=linux26
|
||||
ifeq ($(BR2_TARGET_ARMLTD),y)
|
||||
BOARD_NAME=$(strip $(subst ",,$(BR2_BOARD_NAME)))
|
||||
#"))
|
||||
BOARD_PATH=$(strip $(subst ",,$(BR2_BOARD_PATH)))
|
||||
#"))
|
||||
|
||||
ifndef UCLIBC_CONFIG_FILE
|
||||
UCLIBC_CONFIG_FILE:=target/device/ARM/uClibc.integrator926.config
|
||||
endif
|
||||
|
||||
# pin some settings
|
||||
BR2_ARM_EABI:=y
|
||||
BR2_GNU_TARGET_SUFFIX:="linux-uclibcgnueabi"
|
||||
BR2_DEFAULT_KERNEL_HEADERS:="2.6.22.8"
|
||||
endif
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,9 +1,9 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Thu Sep 27 19:19:26 2007
|
||||
# Thu Jan 29 20:53:19 2009
|
||||
#
|
||||
BR2_HAVE_DOT_CONFIG=y
|
||||
BR2_VERSION="0.10.0-svn"
|
||||
BR2_VERSION="2009.02-svn"
|
||||
# BR2_alpha is not set
|
||||
BR2_arm=y
|
||||
# BR2_armeb is not set
|
||||
@ -16,7 +16,6 @@ BR2_arm=y
|
||||
# BR2_mipsel is not set
|
||||
# BR2_nios2 is not set
|
||||
# BR2_powerpc is not set
|
||||
# BR2_s390 is not set
|
||||
# BR2_sh is not set
|
||||
# BR2_sh64 is not set
|
||||
# BR2_sparc is not set
|
||||
@ -41,30 +40,6 @@ BR2_arm926t=y
|
||||
BR2_ARM_TYPE="ARM926T"
|
||||
# BR2_ARM_OABI is not set
|
||||
BR2_ARM_EABI=y
|
||||
# BR2_x86_i386 is not set
|
||||
# BR2_x86_i486 is not set
|
||||
# BR2_x86_i586 is not set
|
||||
# BR2_x86_i686 is not set
|
||||
# BR2_x86_pentiumpro is not set
|
||||
# BR2_x86_pentium_mmx is not set
|
||||
# BR2_x86_pentium_m is not set
|
||||
# BR2_x86_pentium2 is not set
|
||||
# BR2_x86_pentium3 is not set
|
||||
# BR2_x86_pentium4 is not set
|
||||
# BR2_x86_prescott is not set
|
||||
# BR2_x86_nocona is not set
|
||||
# BR2_x86_core2 is not set
|
||||
# BR2_x86_k6 is not set
|
||||
# BR2_x86_k6_2 is not set
|
||||
# BR2_x86_athlon is not set
|
||||
# BR2_x86_athlon_4 is not set
|
||||
# BR2_x86_opteron is not set
|
||||
# BR2_x86_opteron_sse3 is not set
|
||||
# BR2_x86_barcelona is not set
|
||||
# BR2_x86_geode is not set
|
||||
# BR2_x86_c3 is not set
|
||||
# BR2_x86_winchip_c6 is not set
|
||||
# BR2_x86_winchip2 is not set
|
||||
BR2_ARCH="arm"
|
||||
BR2_ENDIAN="LITTLE"
|
||||
BR2_GCC_TARGET_TUNE="arm9tdmi"
|
||||
@ -83,15 +58,17 @@ BR2_BANNER="Welcome to the Erik's uClibc development environment."
|
||||
#
|
||||
# Preset Devices
|
||||
#
|
||||
BR2_PACKAGE_LINUX=y
|
||||
BR2_TARGET_ARMLTD=y
|
||||
|
||||
#
|
||||
# Arm based Device Support
|
||||
# ARM Ltd. based Device Support
|
||||
#
|
||||
BR2_TARGET_ARMLTD_INTEGRATOR_926=y
|
||||
BR2_TARGET_ARM_INTEGRATOR_926=y
|
||||
# BR2_TARGET_ARM_INTEGRATOR_926_HUGE is not set
|
||||
BR2_BOARD_NAME="integrator926"
|
||||
BR2_BOARD_PATH="target/device/ARMLTD/$(BR2_BOARD_NAME)"
|
||||
# BR2_TARGET_ATMEL is not set
|
||||
# BR2_TARGET_SHARP is not set
|
||||
# BR2_TARGET_KWIKBYTE is not set
|
||||
|
||||
#
|
||||
# Generic System Support
|
||||
@ -111,11 +88,17 @@ BR2_ZCAT="gzip -d -c"
|
||||
BR2_BZCAT="bzcat"
|
||||
BR2_TAR_OPTIONS=""
|
||||
BR2_DL_DIR="$(BASE_DIR)/dl"
|
||||
BR2_COPYTO=""
|
||||
|
||||
#
|
||||
# Mirrors and Download locations
|
||||
#
|
||||
BR2_PRIMARY_SITE=""
|
||||
BR2_BACKUP_SITE="http://buildroot.uclibc.org/downloads/sources/"
|
||||
BR2_SOURCEFORGE_MIRROR="switch"
|
||||
BR2_KERNEL_MIRROR="http://www.kernel.org/pub/"
|
||||
BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu"
|
||||
BR2_DEBIAN_MIRROR="http://ftp.debian.org"
|
||||
|
||||
#
|
||||
# Atmel Mirrors
|
||||
@ -123,19 +106,32 @@ BR2_SOURCEFORGE_MIRROR="switch"
|
||||
BR2_ATMEL_MIRROR="ftp://www.at91.com/pub/buildroot"
|
||||
BR2_AT91_PATCH_MIRROR="http://maxim.org.za/AT91RM9200/2.6/"
|
||||
BR2_STAGING_DIR="$(BUILD_DIR)/staging_dir"
|
||||
# BR2_FPU_SUFFIX is not set
|
||||
BR2_TOPDIR_PREFIX=""
|
||||
BR2_TOPDIR_SUFFIX=""
|
||||
BR2_ROOTFS_PREFIX="rootfs"
|
||||
BR2_ROOTFS_SUFFIX=""
|
||||
BR2_GNU_BUILD_SUFFIX="pc-linux-gnu"
|
||||
BR2_GNU_TARGET_SUFFIX="linux-uclibcgnueabi"
|
||||
BR2_JLEVEL=1
|
||||
# BR2_PREFER_IMA is not set
|
||||
# BR2_DEPRECATED is not set
|
||||
BR2_RECENT=y
|
||||
# BR2_CONFIG_CACHE is not set
|
||||
# BR2_ENABLE_DEBUG is not set
|
||||
BR2_STRIP_strip=y
|
||||
# BR2_STRIP_sstrip is not set
|
||||
# BR2_STRIP_none is not set
|
||||
# BR2_OPTIMIZE_0 is not set
|
||||
# BR2_OPTIMIZE_1 is not set
|
||||
# BR2_OPTIMIZE_2 is not set
|
||||
# BR2_OPTIMIZE_3 is not set
|
||||
BR2_OPTIMIZE_S=y
|
||||
# BR2_PREFER_STATIC_LIB is not set
|
||||
# BR2_HAVE_MANPAGES is not set
|
||||
# BR2_HAVE_INFOPAGES is not set
|
||||
# BR2_HAVE_DOCUMENTATION is not set
|
||||
# BR2_HAVE_DEVFILES is not set
|
||||
BR2_UPDATE_CONFIG=y
|
||||
|
||||
#
|
||||
@ -145,33 +141,44 @@ BR2_TOOLCHAIN_BUILDROOT=y
|
||||
# BR2_TOOLCHAIN_EXTERNAL is not set
|
||||
# BR2_TOOLCHAIN_EXTERNAL_SOURCE is not set
|
||||
BR2_TOOLCHAIN_SOURCE=y
|
||||
BR2_EXT_GCC_VERSION_4_1_2=y
|
||||
BR2_EXT_GCC_VERSION_4_2_1=y
|
||||
BR2_EXT_GCC_VERSION_4_2_2=y
|
||||
BR2_EXT_GCC_VERSION_4_2_3=y
|
||||
BR2_EXT_BINUTILS_VERSION_2_17=y
|
||||
BR2_EXT_BINUTILS_VERSION_2_18=y
|
||||
BR2_EXT_UCLIBC_VERSION_0_9_28_3=y
|
||||
BR2_EXT_UCLIBC_VERSION_0_9_29=y
|
||||
BR2_EXT_UCLIBC_VERSION_0_9_30=y
|
||||
|
||||
#
|
||||
# Kernel Header Options
|
||||
#
|
||||
# BR2_KERNEL_HEADERS_2_4_25 is not set
|
||||
# BR2_KERNEL_HEADERS_2_4_27 is not set
|
||||
# BR2_KERNEL_HEADERS_2_4_29 is not set
|
||||
# BR2_KERNEL_HEADERS_2_4_31 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_9 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_11 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_12 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_20_4 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_20 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_21_5 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_21 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_22_1 is not set
|
||||
BR2_KERNEL_HEADERS_2_6_22=y
|
||||
# BR2_KERNEL_HEADERS_2_6_22_10 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_22 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_23 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_24 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_25 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_26 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_27 is not set
|
||||
BR2_KERNEL_HEADERS_2_6_28=y
|
||||
# BR2_KERNEL_HEADERS_SNAP is not set
|
||||
BR2_DEFAULT_KERNEL_HEADERS="2.6.22.8"
|
||||
BR2_DEFAULT_KERNEL_HEADERS="2.6.28.2"
|
||||
|
||||
#
|
||||
# uClibc Options
|
||||
#
|
||||
# BR2_UCLIBC_VERSION_0_9_28_3 is not set
|
||||
BR2_UCLIBC_VERSION_0_9_29=y
|
||||
# BR2_UCLIBC_VERSION_0_9_29 is not set
|
||||
BR2_UCLIBC_VERSION_0_9_30=y
|
||||
# BR2_UCLIBC_VERSION_SNAPSHOT is not set
|
||||
BR2_UCLIBC_CONFIG="target/device/Arm/uClibc.integrator926.config"
|
||||
BR2_UCLIBC_CONFIG="target/device/ARMLTD/uClibc.integrator926.config"
|
||||
# BR2_ENABLE_LOCALE is not set
|
||||
# BR2_PTHREADS_NONE is not set
|
||||
# BR2_PTHREADS is not set
|
||||
@ -179,6 +186,7 @@ BR2_PTHREADS_OLD=y
|
||||
# BR2_PTHREADS_NATIVE is not set
|
||||
# BR2_PTHREAD_DEBUG is not set
|
||||
# BR2_UCLIBC_PROGRAM_INVOCATION is not set
|
||||
# BR2_UCLIBC_INSTALL_TEST_SUITE is not set
|
||||
|
||||
#
|
||||
# Binutils Options
|
||||
@ -186,8 +194,13 @@ BR2_PTHREADS_OLD=y
|
||||
# BR2_BINUTILS_VERSION_2_17 is not set
|
||||
# BR2_BINUTILS_VERSION_2_17_50_0_17 is not set
|
||||
# BR2_BINUTILS_VERSION_2_18 is not set
|
||||
BR2_BINUTILS_VERSION_2_18_50_0_1=y
|
||||
BR2_BINUTILS_VERSION="2.18.50.0.1"
|
||||
# BR2_BINUTILS_VERSION_2_18_50_0_1 is not set
|
||||
# BR2_BINUTILS_VERSION_2_18_50_0_3 is not set
|
||||
# BR2_BINUTILS_VERSION_2_18_50_0_6 is not set
|
||||
# BR2_BINUTILS_VERSION_2_18_50_0_8 is not set
|
||||
# BR2_BINUTILS_VERSION_2_18_50_0_9 is not set
|
||||
BR2_BINUTILS_VERSION_2_19=y
|
||||
BR2_BINUTILS_VERSION="2.19"
|
||||
BR2_EXTRA_BINUTILS_CONFIG_OPTIONS=""
|
||||
|
||||
#
|
||||
@ -196,12 +209,15 @@ BR2_EXTRA_BINUTILS_CONFIG_OPTIONS=""
|
||||
# BR2_GCC_VERSION_3_4_6 is not set
|
||||
# BR2_GCC_VERSION_4_0_4 is not set
|
||||
# BR2_GCC_VERSION_4_1_2 is not set
|
||||
# BR2_GCC_VERSION_4_2_0 is not set
|
||||
BR2_GCC_VERSION_4_2_1=y
|
||||
# BR2_GCC_IS_SNAP is not set
|
||||
# BR2_GCC_VERSION_4_2_1 is not set
|
||||
# BR2_GCC_VERSION_4_2_2 is not set
|
||||
# BR2_GCC_VERSION_4_2_3 is not set
|
||||
# BR2_GCC_VERSION_4_2_4 is not set
|
||||
# BR2_GCC_VERSION_4_3_1 is not set
|
||||
BR2_GCC_VERSION_4_3_2=y
|
||||
BR2_GCC_SUPPORTS_SYSROOT=y
|
||||
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
|
||||
BR2_GCC_VERSION="4.2.1"
|
||||
BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y
|
||||
BR2_GCC_VERSION="4.3.2"
|
||||
BR2_TOOLCHAIN_SYSROOT=y
|
||||
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
|
||||
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
|
||||
@ -225,14 +241,10 @@ BR2_GCC_SHARED_LIBGCC=y
|
||||
# BR2_PACKAGE_GDB_HOST is not set
|
||||
|
||||
#
|
||||
# elf2flt
|
||||
# Common Toolchain Options
|
||||
#
|
||||
# BR2_ELF2FLT is not set
|
||||
# BR2_MKLIBS is not set
|
||||
|
||||
#
|
||||
# Common Toolchain Options
|
||||
#
|
||||
# BR2_PACKAGE_SSTRIP_TARGET is not set
|
||||
# BR2_PACKAGE_SSTRIP_HOST is not set
|
||||
# BR2_ENABLE_MULTILIB is not set
|
||||
@ -250,11 +262,16 @@ BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y
|
||||
BR2_PACKAGE_BUSYBOX=y
|
||||
# BR2_BUSYBOX_VERSION_1_2_2_1 is not set
|
||||
# BR2_BUSYBOX_VERSION_1_6_1 is not set
|
||||
# BR2_BUSYBOX_VERSION_1_7_0 is not set
|
||||
BR2_BUSYBOX_VERSION_1_7_1=y
|
||||
# BR2_BUSYBOX_VERSION_1_7_X is not set
|
||||
# BR2_BUSYBOX_VERSION_1_8_X is not set
|
||||
# BR2_BUSYBOX_VERSION_1_9_X is not set
|
||||
# BR2_BUSYBOX_VERSION_1_10_X is not set
|
||||
# BR2_BUSYBOX_VERSION_1_11_X is not set
|
||||
# BR2_BUSYBOX_VERSION_1_12_X is not set
|
||||
BR2_BUSYBOX_VERSION_1_13_X=y
|
||||
# BR2_PACKAGE_BUSYBOX_SNAPSHOT is not set
|
||||
BR2_BUSYBOX_VERSION="1.7.1"
|
||||
BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS=y
|
||||
BR2_BUSYBOX_VERSION="1.13.2"
|
||||
BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
|
||||
BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.6.0.config"
|
||||
BR2_PACKAGE_BUSYBOX_HIDE_OTHERS=y
|
||||
BR2_PACKAGE_BUSYBOX_SKELETON=y
|
||||
@ -262,9 +279,6 @@ BR2_PACKAGE_BUSYBOX_SKELETON=y
|
||||
#
|
||||
# The minimum needed to build a uClibc development system
|
||||
#
|
||||
# BR2_PACKAGE_BASH is not set
|
||||
# BR2_PACKAGE_BZIP2 is not set
|
||||
# BR2_PACKAGE_DIFFUTILS is not set
|
||||
# BR2_PACKAGE_FLEX is not set
|
||||
# BR2_PACKAGE_GCC_TARGET is not set
|
||||
# BR2_PACKAGE_MAKE is not set
|
||||
@ -278,97 +292,151 @@ BR2_PACKAGE_BUSYBOX_SKELETON=y
|
||||
# BR2_PACKAGE_CCACHE_TARGET is not set
|
||||
# BR2_PACKAGE_DISTCC is not set
|
||||
# BR2_PACKAGE_DMALLOC is not set
|
||||
# BR2_PACKAGE_EXPAT is not set
|
||||
# BR2_PACKAGE_FAKEROOT is not set
|
||||
BR2_HOST_FAKEROOT=y
|
||||
# BR2_PACKAGE_GETTEXT is not set
|
||||
# BR2_PACKAGE_LIBINTL is not set
|
||||
# BR2_PACKAGE_LIBGMP is not set
|
||||
# BR2_PACKAGE_GPERF is not set
|
||||
# BR2_PACKAGE_LIBMPFR is not set
|
||||
# BR2_PACKAGE_LIBTOOL is not set
|
||||
# BR2_PACKAGE_M4 is not set
|
||||
|
||||
#
|
||||
# oprofile requires a toolchain with C++ support enabled
|
||||
#
|
||||
# BR2_PACKAGE_PKGCONFIG is not set
|
||||
# BR2_READLINE is not set
|
||||
# BR2_PACKAGE_XERCES is not set
|
||||
# BR2_PACKAGE_PCRE is not set
|
||||
|
||||
#
|
||||
# Other stuff
|
||||
#
|
||||
# BR2_PACKAGE_AT is not set
|
||||
# BR2_PACKAGE_BEECRYPT is not set
|
||||
# BR2_PACKAGE_BERKELEYDB is not set
|
||||
# BR2_PACKAGE_BSDIFF is not set
|
||||
# BR2_PACKAGE_CUPS is not set
|
||||
# BR2_PACKAGE_CUSTOMIZE is not set
|
||||
# BR2_PACKAGE_DASH is not set
|
||||
# BR2_PACKAGE_FILE is not set
|
||||
# BR2_PACKAGE_GAMIN is not set
|
||||
|
||||
#
|
||||
# icu requires a toolchain with C++ support and WCHAR enabled
|
||||
#
|
||||
# BR2_PACKAGE_KEXEC is not set
|
||||
# BR2_PACKAGE_LIBCONFIG is not set
|
||||
# BR2_PACKAGE_LIBCONFUSE is not set
|
||||
# BR2_PACKAGE_LIBDAEMON is not set
|
||||
# BR2_PACKAGE_LIBELF is not set
|
||||
# BR2_PACKAGE_LIBEVENT is not set
|
||||
# BR2_PACKAGE_LIBFLOAT is not set
|
||||
# BR2_PACKAGE_LIBGCRYPT is not set
|
||||
# BR2_PACKAGE_LIBGPG_ERROR is not set
|
||||
# BR2_PACKAGE_LIBICONV is not set
|
||||
# BR2_PACKAGE_LIBIDN is not set
|
||||
# BR2_PACKAGE_LIBLOCKFILE is not set
|
||||
# BR2_PACKAGE_LIBOIL is not set
|
||||
# BR2_PACKAGE_LIBSYSFS is not set
|
||||
# BR2_PACKAGE_LIBXML2 is not set
|
||||
# BR2_PACKAGE_LOCKFILE_PROGS is not set
|
||||
|
||||
#
|
||||
# logrotate - disabled (requires wchar support)
|
||||
#
|
||||
# BR2_PACKAGE_LSOF is not set
|
||||
# BR2_PACKAGE_LTP-TESTSUITE is not set
|
||||
# BR2_PACKAGE_LTT is not set
|
||||
# BR2_PACKAGE_PORTAGE is not set
|
||||
# BR2_PACKAGE_SQLITE is not set
|
||||
# BR2_PACKAGE_LTRACE is not set
|
||||
# BR2_PACKAGE_MEMSTAT is not set
|
||||
# BR2_PACKAGE_NG_SPICE_REWORK is not set
|
||||
# BR2_PACKAGE_POPT is not set
|
||||
# BR2_PACKAGE_SCREEN is not set
|
||||
# BR2_PACKAGE_STARTUP_NOTIFICATION is not set
|
||||
# BR2_PACKAGE_STRACE is not set
|
||||
# BR2_PACKAGE_SUDO is not set
|
||||
BR2_NETWORK_SUPPORT=y
|
||||
|
||||
#
|
||||
# Database
|
||||
#
|
||||
|
||||
#
|
||||
# Mysql client requires a toolchain with C++ support enabled
|
||||
#
|
||||
# BR2_PACKAGE_SQLITE is not set
|
||||
|
||||
#
|
||||
# Networking
|
||||
#
|
||||
|
||||
#
|
||||
# Networking applications
|
||||
#
|
||||
# BR2_PACKAGE_ARGUS is not set
|
||||
# BR2_PACKAGE_AVAHI is not set
|
||||
# BR2_PACKAGE_BOA is not set
|
||||
# BR2_PACKAGE_AXEL is not set
|
||||
# BR2_PACKAGE_BIND is not set
|
||||
# BR2_PACKAGE_BRIDGE is not set
|
||||
# BR2_PACKAGE_CURL is not set
|
||||
# BR2_PACKAGE_LIBCURL is not set
|
||||
# BR2_PACKAGE_DNSMASQ is not set
|
||||
# BR2_PACKAGE_DROPBEAR is not set
|
||||
# BR2_PACKAGE_ETHTOOL is not set
|
||||
# BR2_PACKAGE_HASERL is not set
|
||||
# BR2_PACKAGE_IRDA_UTILS is not set
|
||||
# BR2_PACKAGE_IPERF is not set
|
||||
# BR2_PACKAGE_IFPLUGD is not set
|
||||
|
||||
#
|
||||
# iperf requires a toolchain with C++ support enabled
|
||||
#
|
||||
# BR2_PACKAGE_IPROUTE2 is not set
|
||||
# BR2_PACKAGE_IPSEC_TOOLS is not set
|
||||
|
||||
#
|
||||
# ipsec-tools - disabled (requires openssl, flex and the flex library (libfl.a) )
|
||||
#
|
||||
# BR2_PACKAGE_IPTABLES is not set
|
||||
# BR2_PACKAGE_KISMET is not set
|
||||
# BR2_PACKAGE_L2TP is not set
|
||||
# BR2_PACKAGE_LIBCGI is not set
|
||||
# BR2_PACKAGE_LIBCGICC is not set
|
||||
|
||||
#
|
||||
# libcgicc requires a toolchain with C++ support enabled
|
||||
#
|
||||
# BR2_PACKAGE_LIBCURL is not set
|
||||
# BR2_PACKAGE_LIBDNET is not set
|
||||
# BR2_PACKAGE_LIBEXOSIP2 is not set
|
||||
# BR2_PACKAGE_LIBOSIP2 is not set
|
||||
BR2_PACKAGE_LIBPCAP=y
|
||||
# BR2_PACKAGE_LIBUPNP is not set
|
||||
# BR2_PACKAGE_LINKS is not set
|
||||
# BR2_PACKAGE_LRZSZ is not set
|
||||
# BR2_PACKAGE_MDNSRESPONDER is not set
|
||||
# BR2_PACKAGE_MICROCOM is not set
|
||||
# BR2_PACKAGE_MIIDIAG is not set
|
||||
# BR2_PACKAGE_MROUTED is not set
|
||||
# BR2_PACKAGE_MUTT is not set
|
||||
# BR2_PACKAGE_NBD is not set
|
||||
# BR2_PACKAGE_NCFTP is not set
|
||||
# BR2_PACKAGE_NEON is not set
|
||||
# BR2_PACKAGE_NETKITBASE is not set
|
||||
# BR2_PACKAGE_NETKITTELNET is not set
|
||||
# BR2_PACKAGE_NETPLUG is not set
|
||||
# BR2_PACKAGE_NETSNMP is not set
|
||||
# BR2_PACKAGE_NFS_UTILS is not set
|
||||
|
||||
#
|
||||
# nfs-utils requires a toolchain with 'Enable RPC' selected
|
||||
#
|
||||
# BR2_PACKAGE_NTP is not set
|
||||
# BR2_PACKAGE_OLSR is not set
|
||||
# BR2_PACKAGE_OPENNTPD is not set
|
||||
BR2_PACKAGE_OPENSSH=y
|
||||
BR2_PACKAGE_OPENSSL=y
|
||||
# BR2_PACKAGE_OPENSSL_TARGET_HEADERS is not set
|
||||
# BR2_PACKAGE_OPENSSL_BIN is not set
|
||||
# BR2_PACKAGE_OPENSSL_ENGINES is not set
|
||||
# BR2_PACKAGE_OPENVPN is not set
|
||||
# BR2_PACKAGE_OPENSWAN is not set
|
||||
# BR2_PACKAGE_PORTMAP is not set
|
||||
|
||||
#
|
||||
# portmap requires a toolchain with 'Enable RPC' selected
|
||||
#
|
||||
# BR2_PACKAGE_PPPD is not set
|
||||
# BR2_PACKAGE_RP_PPPOE is not set
|
||||
# BR2_PACKAGE_PPTP_LINUX is not set
|
||||
# BR2_PACKAGE_PROFTPD is not set
|
||||
# BR2_PACKAGE_QUAGGA is not set
|
||||
|
||||
#
|
||||
# quagga suite
|
||||
@ -390,17 +458,33 @@ BR2_PACKAGE_TCPDUMP=y
|
||||
# BR2_PACKAGE_TFTPD is not set
|
||||
# BR2_PACKAGE_TN5250 is not set
|
||||
# BR2_PACKAGE_TTCP is not set
|
||||
# BR2_PACKAGE_UDPCAST is not set
|
||||
# BR2_PACKAGE_VPNC is not set
|
||||
# BR2_PACKAGE_VSFTPD is not set
|
||||
# BR2_PACKAGE_VTUN is not set
|
||||
# BR2_PACKAGE_WEBIF is not set
|
||||
# BR2_PACKAGE_WIRELESS_TOOLS is not set
|
||||
BR2_BLOCKDEV_SUPPORT=y
|
||||
# BR2_PACKAGE_DBUS is not set
|
||||
|
||||
#
|
||||
# Hardware handling / blockdevices and filesystem maintenance
|
||||
#
|
||||
|
||||
#
|
||||
# dbus not available (need expat or libxml2)
|
||||
#
|
||||
# BR2_PACKAGE_DEVMEM2 is not set
|
||||
# BR2_PACKAGE_DM is not set
|
||||
# BR2_PACKAGE_DMRAID is not set
|
||||
# BR2_PACKAGE_E2FSPROGS is not set
|
||||
# BR2_PACKAGE_EEPROG is not set
|
||||
# BR2_PACKAGE_FCONFIG is not set
|
||||
# BR2_PACKAGE_FIS is not set
|
||||
# BR2_PACKAGE_LIBFUSE is not set
|
||||
# BR2_PACKAGE_GADGETFS_TEST is not set
|
||||
# BR2_PACKAGE_HAL is not set
|
||||
# BR2_PACKAGE_HWDATA is not set
|
||||
# BR2_PACKAGE_I2C_TOOLS is not set
|
||||
# BR2_PACKAGE_INPUT_TOOLS is not set
|
||||
# BR2_PACKAGE_IOSTAT is not set
|
||||
# BR2_PACKAGE_LIBAIO is not set
|
||||
# BR2_PACKAGE_LIBRAW1394 is not set
|
||||
@ -411,25 +495,46 @@ BR2_BLOCKDEV_SUPPORT=y
|
||||
# BR2_PACKAGE_MEMTESTER is not set
|
||||
# BR2_PACKAGE_MKDOSFS is not set
|
||||
# BR2_PACKAGE_MTD is not set
|
||||
# BR2_PACKAGE_NTFS-3G is not set
|
||||
BR2_PACKAGE_PCIUTILS=y
|
||||
# BR2_PACKAGE_PCMCIA is not set
|
||||
# BR2_PACKAGE_RAIDTOOLS is not set
|
||||
# BR2_PACKAGE_SETSERIAL is not set
|
||||
# BR2_PACKAGE_SMARTMONTOOLS is not set
|
||||
# BR2_PACKAGE_USBMOUNT is not set
|
||||
# BR2_PACKAGE_USBUTILS is not set
|
||||
# BR2_PACKAGE_WIPE is not set
|
||||
# BR2_PACKAGE_XFSPROGS is not set
|
||||
BR2_AUDIO_SUPPORT=y
|
||||
|
||||
#
|
||||
# Audio and video libraries and applications
|
||||
#
|
||||
# BR2_PACKAGE_ALSA_LIB is not set
|
||||
# BR2_PACKAGE_ASTERISK is not set
|
||||
|
||||
#
|
||||
# asterisk - disabled (required openssl and mpg123)
|
||||
#
|
||||
# BR2_PACKAGE_AUMIX is not set
|
||||
# BR2_PACKAGE_GSTREAMER is not set
|
||||
# BR2_PACKAGE_LIBID3TAG is not set
|
||||
# BR2_PACKAGE_LIBMAD is not set
|
||||
# BR2_PACKAGE_LIBMPD is not set
|
||||
# BR2_PACKAGE_LIBOGG is not set
|
||||
# BR2_PACKAGE_LIBSNDFILE is not set
|
||||
# BR2_PACKAGE_LIBVORBIS is not set
|
||||
# BR2_PACKAGE_LIBTHEORA is not set
|
||||
|
||||
#
|
||||
# libvorbis requires the package libogg to build
|
||||
#
|
||||
# BR2_PACKAGE_MADPLAY is not set
|
||||
# BR2_PACKAGE_MPG123 is not set
|
||||
BR2_GRAPHIC_SUPPORT=y
|
||||
# BR2_PACKAGE_MPLAYER is not set
|
||||
# BR2_PACKAGE_SPEEX is not set
|
||||
# BR2_PACKAGE_FESTIVAL is not set
|
||||
# BR2_PACKAGE_VLC is not set
|
||||
|
||||
#
|
||||
# Graphic libraries and applications (graphic/text)
|
||||
#
|
||||
|
||||
#
|
||||
# text rendering libraries
|
||||
@ -447,10 +552,14 @@ BR2_GRAPHIC_SUPPORT=y
|
||||
# graphic libraries
|
||||
#
|
||||
# BR2_PACKAGE_DIRECTFB is not set
|
||||
# BR2_PACKAGE_FBDUMP is not set
|
||||
# BR2_PACKAGE_IMAGEMAGICK is not set
|
||||
# BR2_PACKAGE_JPEG is not set
|
||||
# BR2_PACKAGE_LIBART is not set
|
||||
# BR2_PACKAGE_LIBPNG is not set
|
||||
# BR2_PACKAGE_LIBUNGIF is not set
|
||||
# BR2_PACKAGE_LINUX_FUSION is not set
|
||||
# BR2_PACKAGE_PIXMAN is not set
|
||||
# BR2_PACKAGE_SDL is not set
|
||||
# BR2_PACKAGE_TIFF is not set
|
||||
|
||||
@ -459,7 +568,7 @@ BR2_GRAPHIC_SUPPORT=y
|
||||
#
|
||||
|
||||
#
|
||||
# --> (May be broken in busybox)
|
||||
# --> May be broken in busybox
|
||||
#
|
||||
# BR2_PACKAGE_FBV is not set
|
||||
# BR2_PACKAGE_FBSET is not set
|
||||
@ -467,13 +576,21 @@ BR2_GRAPHIC_SUPPORT=y
|
||||
#
|
||||
# other GUIs
|
||||
#
|
||||
# BR2_PACKAGE_QTE is not set
|
||||
# BR2_PACKAGE_QTOPIA4 is not set
|
||||
|
||||
#
|
||||
# qtopia4 requires a toolchain with C++ support enabled
|
||||
#
|
||||
BR2_PACKAGE_XSERVER_none=y
|
||||
# BR2_PACKAGE_XSERVER_x11r7 is not set
|
||||
# BR2_PACKAGE_XSERVER_xorg is not set
|
||||
|
||||
#
|
||||
# xorg requires a toolchain with LOCALE and WCHAR support
|
||||
#
|
||||
# BR2_PACKAGE_XSERVER_tinyx is not set
|
||||
BR2_X11_PREFIX="/usr"
|
||||
|
||||
#
|
||||
# tinyx requires a toolchain with WCHAR support
|
||||
#
|
||||
|
||||
#
|
||||
# X libraries and helper libraries
|
||||
@ -481,12 +598,18 @@ BR2_X11_PREFIX="/usr"
|
||||
# BR2_PACKAGE_ATK is not set
|
||||
# BR2_PACKAGE_PANGO is not set
|
||||
# BR2_PACKAGE_LIBDRM is not set
|
||||
# BR2_PACKAGE_LIBERATION is not set
|
||||
# BR2_PACKAGE_LIBGLIB12 is not set
|
||||
# BR2_PACKAGE_LIBGLIB2 is not set
|
||||
# BR2_PACKAGE_OPENMOTIF is not set
|
||||
# BR2_PACKAGE_FONTCONFIG is not set
|
||||
# BR2_PACKAGE_FREETYPE is not set
|
||||
# BR2_PACKAGE_TSLIB is not set
|
||||
|
||||
#
|
||||
# webkit requires a toolchain with C++ support and WCHAR enabled
|
||||
#
|
||||
|
||||
#
|
||||
# X Window managers
|
||||
#
|
||||
@ -495,25 +618,74 @@ BR2_X11_PREFIX="/usr"
|
||||
#
|
||||
# X applications
|
||||
#
|
||||
# BR2_PACKAGE_ALSAMIXERGUI is not set
|
||||
|
||||
#
|
||||
# Video libraries/codecs and applications
|
||||
# dillo - disabled (requires jpeg,libglib12,libgtk12,zlib,libpng and Xorg(7))
|
||||
#
|
||||
# BR2_PACKAGE_GQVIEW is not set
|
||||
# BR2_PACKAGE_LEAFPAD is not set
|
||||
|
||||
#
|
||||
# midori - disabled (requires Xorg(7))
|
||||
#
|
||||
# BR2_PACKAGE_PCMANFM is not set
|
||||
# BR2_PACKAGE_SYLPHEED is not set
|
||||
# BR2_PACKAGE_TORSMO is not set
|
||||
# BR2_PACKAGE_X11VNC is not set
|
||||
# BR2_PACKAGE_XPDF is not set
|
||||
# BR2_PACKAGE_XSTROKE is not set
|
||||
# BR2_PACKAGE_XVKBD is not set
|
||||
|
||||
#
|
||||
# Compressors / decompressors
|
||||
#
|
||||
# BR2_PACKAGE_MPLAYER is not set
|
||||
BR2_COMPRESSOR_SUPPORT=y
|
||||
# BR2_PACKAGE_LZO is not set
|
||||
# BR2_PACKAGE_LZMA_TARGET is not set
|
||||
# BR2_PACKAGE_LZMA_HOST is not set
|
||||
BR2_PACKAGE_ZLIB=y
|
||||
# BR2_PACKAGE_ZLIB_TARGET_HEADERS is not set
|
||||
BR2_SCRIPTING_SUPPORT=y
|
||||
|
||||
#
|
||||
# Package managers
|
||||
#
|
||||
# BR2_PACKAGE_IPKG is not set
|
||||
# BR2_PACKAGE_PORTAGE is not set
|
||||
|
||||
#
|
||||
# Interpreter languages / Scripting
|
||||
#
|
||||
# BR2_PACKAGE_LUA is not set
|
||||
# BR2_PACKAGE_MICROPERL is not set
|
||||
BR2_PACKAGE_MICROPERL_MODULES="warnings.pm warnings/register.pm strict.pm constant.pm vars.pm Exporter.pm Exporter/Heavy.pm Carp.pm Getopt/Long.pm"
|
||||
# BR2_PACKAGE_PYTHON is not set
|
||||
# BR2_PACKAGE_RUBY is not set
|
||||
# BR2_PACKAGE_TCL is not set
|
||||
# BR2_PACKAGE_PHP is not set
|
||||
|
||||
#
|
||||
# XML handling
|
||||
#
|
||||
# BR2_PACKAGE_EXPAT is not set
|
||||
# BR2_PACKAGE_EZXML is not set
|
||||
# BR2_PACKAGE_LIBXML2 is not set
|
||||
# BR2_PACKAGE_LIBXSLT is not set
|
||||
# BR2_PACKAGE_XERCES is not set
|
||||
|
||||
#
|
||||
# Java
|
||||
#
|
||||
# BR2_PACKAGE_CLASSPATH is not set
|
||||
|
||||
#
|
||||
# Games
|
||||
#
|
||||
# BR2_PACKAGE_GNUCHESS is not set
|
||||
# BR2_PACKAGE_MAGICCUBE4D is not set
|
||||
# BR2_PACKAGE_PRBOOM is not set
|
||||
# BR2_PACKAGE_RUBIX is not set
|
||||
# BR2_PACKAGE_VICE is not set
|
||||
# BR2_PACKAGE_XBOARD is not set
|
||||
|
||||
#
|
||||
# Target filesystem options
|
||||
#
|
||||
@ -535,6 +707,7 @@ BR2_TARGET_ROOTFS_EXT2_NONE=y
|
||||
# BR2_TARGET_ROOTFS_EXT2_LZMA is not set
|
||||
BR2_TARGET_ROOTFS_EXT2_COPYTO=""
|
||||
# BR2_TARGET_ROOTFS_JFFS2 is not set
|
||||
# BR2_TARGET_ROOTFS_UBIFS is not set
|
||||
# BR2_TARGET_ROOTFS_SQUASHFS is not set
|
||||
BR2_TARGET_ROOTFS_TAR=y
|
||||
BR2_TARGET_ROOTFS_TAR_NONE=y
|
||||
@ -542,22 +715,89 @@ BR2_TARGET_ROOTFS_TAR_NONE=y
|
||||
# BR2_TARGET_ROOTFS_TAR_BZIP2 is not set
|
||||
# BR2_TARGET_ROOTFS_TAR_LZMA is not set
|
||||
BR2_TARGET_ROOTFS_TAR_OPTIONS=""
|
||||
BR2_TARGET_ROOTFS_TAR_COPYTO=""
|
||||
# BR2_TARGET_ROOTFS_CPIO is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO_NONE is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO_GZIP is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO_BZIP2 is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO_LZMA is not set
|
||||
# BR2_TARGET_ROOTFS_INITRAMFS is not set
|
||||
# BR2_TARGET_ROOTFS_ROMFS is not set
|
||||
|
||||
#
|
||||
# bootloader for target device
|
||||
#
|
||||
BR2_TARGET_UBOOT=y
|
||||
BR2_TARGET_UBOOT_BOARDNAME="$(BOARD_NAME)"
|
||||
BR2_TARGET_UBOOT_2009_01=y
|
||||
# BR2_TARGET_UBOOT_2008_10 is not set
|
||||
# BR2_TARGET_UBOOT_1_3_4 is not set
|
||||
# BR2_TARGET_UBOOT_1_2_0_ATMEL is not set
|
||||
BR2_UBOOT_VERSION="2009.01"
|
||||
BR2_U_BOOT_SITE="ftp://ftp.denx.de/pub/u-boot"
|
||||
# BR2_TARGET_U_BOOT_ARCH_PATCH is not set
|
||||
BR2_TARGET_UBOOT_CUSTOM_PATCH=""
|
||||
# BR2_TARGET_UBOOT_SILENT is not set
|
||||
# BR2_TARGET_UBOOT_TOOL_MKIMAGE is not set
|
||||
# BR2_TARGET_UBOOT_TOOL_ENV is not set
|
||||
# BR2_TARGET_UBOOT_DEFAULT_ENV is not set
|
||||
|
||||
#
|
||||
# Kernel
|
||||
#
|
||||
# BR2_KERNEL_none is not set
|
||||
BR2_KERNEL_LINUX=y
|
||||
BR2_KERNEL_LINUX_ADVANCED=y
|
||||
# BR2_KERNEL_LINUX is not set
|
||||
# BR2_KERNEL_HURD is not set
|
||||
BR2_PACKAGE_LINUX_KCONFIG="target/device/Arm/linux26.integrator926.config"
|
||||
BR2_PACKAGE_LINUX_FORMAT="zImage"
|
||||
BR2_PACKAGE_LINUX=y
|
||||
BR2_PACKAGE_LINUX_KCONFIG="target/device/ARMLTD/$(BR2_BOARD_NAME)/$(BR2_BOARD_NAME)-linux26-$(BR2_LINUX26_VERSION).config"
|
||||
BR2_PACKAGE_LINUX_FORMAT="uImage"
|
||||
BR2_KERNEL_CURRENT_VERSION="2.6.28.2"
|
||||
BR2_KERNEL_LATEST_2_6_28="2"
|
||||
BR2_KERNEL_LATEST_2_6_27="13"
|
||||
BR2_KERNEL_LATEST_2_6_26="8"
|
||||
BR2_KERNEL_LATEST_2_6_25="19"
|
||||
BR2_KERNEL_LATEST_2_6_24="7"
|
||||
BR2_KERNEL_LATEST_2_6_23="17"
|
||||
BR2_KERNEL_LATEST_2_6_22="19"
|
||||
BR2_KERNEL_LATEST_2_6_21="7"
|
||||
BR2_KERNEL_LATEST_2_6_20="21"
|
||||
BR2_KERNEL_SITE="http://ftp.kernel.org/pub/linux/kernel/v2.6"
|
||||
BR2_MM_PATCH_SITE="http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6"
|
||||
BR2_RC_MM_PATCH_DIR="$(BR2_KERNEL_NEXT_VERSION)-rc$(BR2_KERNEL_RC_LEVEL)/2.6.$(BR2_KERNEL_NEXT_VERSION)-rc$(BR2_KERNEL_RC_LEVEL)-mm$(BR2_KERNEL_MM_LEVEL)"
|
||||
BR2_LINUX_2_6_STABLE=y
|
||||
# BR2_LINUX_2_6_28 is not set
|
||||
# BR2_LINUX_2_6_27 is not set
|
||||
# BR2_LINUX_2_6_26 is not set
|
||||
# BR2_LINUX_2_6_25 is not set
|
||||
# BR2_LINUX_2_6_24 is not set
|
||||
# BR2_LINUX_2_6_23 is not set
|
||||
# BR2_LINUX_2_6_22 is not set
|
||||
# BR2_LINUX_2_6_21 is not set
|
||||
# BR2_LINUX_2_6_20 is not set
|
||||
# BR2_LINUX_2_6_29 is not set
|
||||
# BR2_LINUX26_CUSTOM is not set
|
||||
|
||||
#
|
||||
# Patches
|
||||
#
|
||||
# BR2_KERNEL_ARCH_PATCH_ENABLED is not set
|
||||
BR2_LINUX_BSP_PATCH=""
|
||||
BR2_DOWNLOAD_LINUX26_VERSION="$(BR2_KERNEL_CURRENT_VERSION)"
|
||||
BR2_LINUX26_VERSION="$(BR2_KERNEL_CURRENT_VERSION)"
|
||||
|
||||
#
|
||||
# Linux Kernel Configuration
|
||||
#
|
||||
BR2_PACKAGE_LINUX_USE_KCONFIG=y
|
||||
# BR2_PACKAGE_LINUX_USE_DEFCONFIG is not set
|
||||
# BR2_PACKAGE_LINUX_USE_XCONFIG is not set
|
||||
# BR2_LINUX_BIN_BZIMAGE is not set
|
||||
BR2_LINUX_BIN_UIMAGE=y
|
||||
# BR2_LINUX_BIN_VMLINUX is not set
|
||||
# BR2_LINUX_BIN_ZIMAGE is not set
|
||||
# BR2_LINUX_BIN_CUSTOM is not set
|
||||
|
||||
#
|
||||
# Destinations for linux kernel binaries
|
||||
#
|
||||
# BR2_LINUX_COPYTO_ROOTFS is not set
|
||||
# BR2_LINUX_COPYTO_TFTPBOOT is not set
|
||||
BR2_LINUX_COPYTO=""
|
||||
# BR2_LINUX_COPY_CONFIGURATION is not set
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,9 +1,9 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Fri Sep 28 20:43:18 2007
|
||||
# Thu Jan 29 21:05:22 2009
|
||||
#
|
||||
BR2_HAVE_DOT_CONFIG=y
|
||||
BR2_VERSION="0.10.0-svn"
|
||||
BR2_VERSION="2009.02-svn"
|
||||
# BR2_alpha is not set
|
||||
BR2_arm=y
|
||||
# BR2_armeb is not set
|
||||
@ -16,7 +16,6 @@ BR2_arm=y
|
||||
# BR2_mipsel is not set
|
||||
# BR2_nios2 is not set
|
||||
# BR2_powerpc is not set
|
||||
# BR2_s390 is not set
|
||||
# BR2_sh is not set
|
||||
# BR2_sh64 is not set
|
||||
# BR2_sparc is not set
|
||||
@ -59,15 +58,17 @@ BR2_BANNER="Welcome to the Erik's uClibc development environment."
|
||||
#
|
||||
# Preset Devices
|
||||
#
|
||||
BR2_PACKAGE_LINUX=y
|
||||
BR2_TARGET_ARMLTD=y
|
||||
|
||||
#
|
||||
# Arm based Device Support
|
||||
# ARM Ltd. based Device Support
|
||||
#
|
||||
BR2_TARGET_ARMLTD_INTEGRATOR_926=y
|
||||
# BR2_TARGET_ARM_INTEGRATOR_926 is not set
|
||||
BR2_TARGET_ARM_INTEGRATOR_926_HUGE=y
|
||||
BR2_BOARD_NAME="integrator926_huge"
|
||||
BR2_BOARD_PATH="target/device/ARMLTD/$(BR2_BOARD_NAME)"
|
||||
# BR2_TARGET_ATMEL is not set
|
||||
# BR2_TARGET_SHARP is not set
|
||||
# BR2_TARGET_KWIKBYTE is not set
|
||||
|
||||
#
|
||||
# Generic System Support
|
||||
@ -87,11 +88,17 @@ BR2_ZCAT="gzip -d -c"
|
||||
BR2_BZCAT="bzcat"
|
||||
BR2_TAR_OPTIONS=""
|
||||
BR2_DL_DIR="$(BASE_DIR)/dl"
|
||||
BR2_COPYTO=""
|
||||
|
||||
#
|
||||
# Mirrors and Download locations
|
||||
#
|
||||
BR2_PRIMARY_SITE=""
|
||||
BR2_BACKUP_SITE="http://buildroot.uclibc.org/downloads/sources/"
|
||||
BR2_SOURCEFORGE_MIRROR="switch"
|
||||
BR2_KERNEL_MIRROR="http://www.kernel.org/pub/"
|
||||
BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu"
|
||||
BR2_DEBIAN_MIRROR="http://ftp.debian.org"
|
||||
|
||||
#
|
||||
# Atmel Mirrors
|
||||
@ -99,19 +106,32 @@ BR2_SOURCEFORGE_MIRROR="switch"
|
||||
BR2_ATMEL_MIRROR="ftp://www.at91.com/pub/buildroot"
|
||||
BR2_AT91_PATCH_MIRROR="http://maxim.org.za/AT91RM9200/2.6/"
|
||||
BR2_STAGING_DIR="$(BUILD_DIR)/staging_dir"
|
||||
# BR2_FPU_SUFFIX is not set
|
||||
BR2_TOPDIR_PREFIX=""
|
||||
BR2_TOPDIR_SUFFIX=""
|
||||
BR2_ROOTFS_PREFIX="$(BOARD_NAME)-rootfs"
|
||||
BR2_ROOTFS_SUFFIX="$(DATE)"
|
||||
BR2_GNU_BUILD_SUFFIX="pc-linux-gnu"
|
||||
BR2_GNU_TARGET_SUFFIX="linux-uclibcgnueabi"
|
||||
BR2_JLEVEL=1
|
||||
# BR2_PREFER_IMA is not set
|
||||
# BR2_DEPRECATED is not set
|
||||
BR2_RECENT=y
|
||||
# BR2_CONFIG_CACHE is not set
|
||||
# BR2_ENABLE_DEBUG is not set
|
||||
BR2_STRIP_strip=y
|
||||
# BR2_STRIP_sstrip is not set
|
||||
# BR2_STRIP_none is not set
|
||||
# BR2_OPTIMIZE_0 is not set
|
||||
# BR2_OPTIMIZE_1 is not set
|
||||
# BR2_OPTIMIZE_2 is not set
|
||||
# BR2_OPTIMIZE_3 is not set
|
||||
BR2_OPTIMIZE_S=y
|
||||
# BR2_PREFER_STATIC_LIB is not set
|
||||
# BR2_HAVE_MANPAGES is not set
|
||||
# BR2_HAVE_INFOPAGES is not set
|
||||
# BR2_HAVE_DOCUMENTATION is not set
|
||||
# BR2_HAVE_DEVFILES is not set
|
||||
BR2_UPDATE_CONFIG=y
|
||||
|
||||
#
|
||||
@ -121,33 +141,44 @@ BR2_TOOLCHAIN_BUILDROOT=y
|
||||
# BR2_TOOLCHAIN_EXTERNAL is not set
|
||||
# BR2_TOOLCHAIN_EXTERNAL_SOURCE is not set
|
||||
BR2_TOOLCHAIN_SOURCE=y
|
||||
BR2_EXT_GCC_VERSION_4_1_2=y
|
||||
BR2_EXT_GCC_VERSION_4_2_1=y
|
||||
BR2_EXT_GCC_VERSION_4_2_2=y
|
||||
BR2_EXT_GCC_VERSION_4_2_3=y
|
||||
BR2_EXT_BINUTILS_VERSION_2_17=y
|
||||
BR2_EXT_BINUTILS_VERSION_2_18=y
|
||||
BR2_EXT_UCLIBC_VERSION_0_9_28_3=y
|
||||
BR2_EXT_UCLIBC_VERSION_0_9_29=y
|
||||
BR2_EXT_UCLIBC_VERSION_0_9_30=y
|
||||
|
||||
#
|
||||
# Kernel Header Options
|
||||
#
|
||||
# BR2_KERNEL_HEADERS_2_4_25 is not set
|
||||
# BR2_KERNEL_HEADERS_2_4_27 is not set
|
||||
# BR2_KERNEL_HEADERS_2_4_29 is not set
|
||||
# BR2_KERNEL_HEADERS_2_4_31 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_9 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_11 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_12 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_20_4 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_20 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_21_5 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_21 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_22_1 is not set
|
||||
BR2_KERNEL_HEADERS_2_6_22=y
|
||||
# BR2_KERNEL_HEADERS_2_6_22_10 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_22 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_23 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_24 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_25 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_26 is not set
|
||||
# BR2_KERNEL_HEADERS_2_6_27 is not set
|
||||
BR2_KERNEL_HEADERS_2_6_28=y
|
||||
# BR2_KERNEL_HEADERS_SNAP is not set
|
||||
BR2_DEFAULT_KERNEL_HEADERS="2.6.22.9"
|
||||
BR2_DEFAULT_KERNEL_HEADERS="2.6.28.2"
|
||||
|
||||
#
|
||||
# uClibc Options
|
||||
#
|
||||
# BR2_UCLIBC_VERSION_0_9_28_3 is not set
|
||||
BR2_UCLIBC_VERSION_0_9_29=y
|
||||
# BR2_UCLIBC_VERSION_0_9_29 is not set
|
||||
BR2_UCLIBC_VERSION_0_9_30=y
|
||||
# BR2_UCLIBC_VERSION_SNAPSHOT is not set
|
||||
BR2_UCLIBC_CONFIG="target/device/Arm/uClibc.integrator926.config"
|
||||
BR2_UCLIBC_CONFIG="target/device/ARMLTD/uClibc.integrator926.config"
|
||||
# BR2_ENABLE_LOCALE is not set
|
||||
# BR2_PTHREADS_NONE is not set
|
||||
# BR2_PTHREADS is not set
|
||||
@ -155,6 +186,7 @@ BR2_PTHREADS_OLD=y
|
||||
# BR2_PTHREADS_NATIVE is not set
|
||||
# BR2_PTHREAD_DEBUG is not set
|
||||
# BR2_UCLIBC_PROGRAM_INVOCATION is not set
|
||||
# BR2_UCLIBC_INSTALL_TEST_SUITE is not set
|
||||
|
||||
#
|
||||
# Binutils Options
|
||||
@ -162,8 +194,13 @@ BR2_PTHREADS_OLD=y
|
||||
# BR2_BINUTILS_VERSION_2_17 is not set
|
||||
# BR2_BINUTILS_VERSION_2_17_50_0_17 is not set
|
||||
# BR2_BINUTILS_VERSION_2_18 is not set
|
||||
BR2_BINUTILS_VERSION_2_18_50_0_1=y
|
||||
BR2_BINUTILS_VERSION="2.18.50.0.1"
|
||||
# BR2_BINUTILS_VERSION_2_18_50_0_1 is not set
|
||||
# BR2_BINUTILS_VERSION_2_18_50_0_3 is not set
|
||||
# BR2_BINUTILS_VERSION_2_18_50_0_6 is not set
|
||||
# BR2_BINUTILS_VERSION_2_18_50_0_8 is not set
|
||||
# BR2_BINUTILS_VERSION_2_18_50_0_9 is not set
|
||||
BR2_BINUTILS_VERSION_2_19=y
|
||||
BR2_BINUTILS_VERSION="2.19"
|
||||
BR2_EXTRA_BINUTILS_CONFIG_OPTIONS=""
|
||||
|
||||
#
|
||||
@ -172,12 +209,15 @@ BR2_EXTRA_BINUTILS_CONFIG_OPTIONS=""
|
||||
# BR2_GCC_VERSION_3_4_6 is not set
|
||||
# BR2_GCC_VERSION_4_0_4 is not set
|
||||
# BR2_GCC_VERSION_4_1_2 is not set
|
||||
# BR2_GCC_VERSION_4_2_0 is not set
|
||||
BR2_GCC_VERSION_4_2_1=y
|
||||
# BR2_GCC_IS_SNAP is not set
|
||||
# BR2_GCC_VERSION_4_2_1 is not set
|
||||
# BR2_GCC_VERSION_4_2_2 is not set
|
||||
# BR2_GCC_VERSION_4_2_3 is not set
|
||||
# BR2_GCC_VERSION_4_2_4 is not set
|
||||
# BR2_GCC_VERSION_4_3_1 is not set
|
||||
BR2_GCC_VERSION_4_3_2=y
|
||||
BR2_GCC_SUPPORTS_SYSROOT=y
|
||||
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
|
||||
BR2_GCC_VERSION="4.2.1"
|
||||
BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y
|
||||
BR2_GCC_VERSION="4.3.2"
|
||||
BR2_TOOLCHAIN_SYSROOT=y
|
||||
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
|
||||
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
|
||||
@ -202,21 +242,17 @@ BR2_GCC_SHARED_LIBGCC=y
|
||||
# BR2_PACKAGE_GDB_HOST is not set
|
||||
|
||||
#
|
||||
# elf2flt
|
||||
# Common Toolchain Options
|
||||
#
|
||||
# BR2_ELF2FLT is not set
|
||||
# BR2_MKLIBS is not set
|
||||
|
||||
#
|
||||
# Common Toolchain Options
|
||||
#
|
||||
# BR2_PACKAGE_SSTRIP_TARGET is not set
|
||||
# BR2_PACKAGE_SSTRIP_HOST is not set
|
||||
# BR2_ENABLE_MULTILIB is not set
|
||||
# BR2_LARGEFILE is not set
|
||||
# BR2_INET_IPV6 is not set
|
||||
# BR2_INET_RPC is not set
|
||||
# BR2_USE_WCHAR is not set
|
||||
BR2_LARGEFILE=y
|
||||
BR2_INET_IPV6=y
|
||||
BR2_INET_RPC=y
|
||||
BR2_USE_WCHAR=y
|
||||
BR2_SOFT_FLOAT=y
|
||||
BR2_TARGET_OPTIMIZATION="-Os -pipe -fwrapv"
|
||||
BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y
|
||||
@ -227,11 +263,16 @@ BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y
|
||||
BR2_PACKAGE_BUSYBOX=y
|
||||
# BR2_BUSYBOX_VERSION_1_2_2_1 is not set
|
||||
# BR2_BUSYBOX_VERSION_1_6_1 is not set
|
||||
# BR2_BUSYBOX_VERSION_1_7_0 is not set
|
||||
BR2_BUSYBOX_VERSION_1_7_1=y
|
||||
# BR2_BUSYBOX_VERSION_1_7_X is not set
|
||||
# BR2_BUSYBOX_VERSION_1_8_X is not set
|
||||
# BR2_BUSYBOX_VERSION_1_9_X is not set
|
||||
# BR2_BUSYBOX_VERSION_1_10_X is not set
|
||||
# BR2_BUSYBOX_VERSION_1_11_X is not set
|
||||
# BR2_BUSYBOX_VERSION_1_12_X is not set
|
||||
BR2_BUSYBOX_VERSION_1_13_X=y
|
||||
# BR2_PACKAGE_BUSYBOX_SNAPSHOT is not set
|
||||
BR2_BUSYBOX_VERSION="1.7.1"
|
||||
BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS=y
|
||||
BR2_BUSYBOX_VERSION="1.13.2"
|
||||
BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
|
||||
BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.6.0.config"
|
||||
BR2_PACKAGE_BUSYBOX_HIDE_OTHERS=y
|
||||
BR2_PACKAGE_BUSYBOX_SKELETON=y
|
||||
@ -239,9 +280,6 @@ BR2_PACKAGE_BUSYBOX_SKELETON=y
|
||||
#
|
||||
# The minimum needed to build a uClibc development system
|
||||
#
|
||||
BR2_PACKAGE_BASH=y
|
||||
# BR2_PACKAGE_BZIP2 is not set
|
||||
# BR2_PACKAGE_DIFFUTILS is not set
|
||||
BR2_PACKAGE_FLEX=y
|
||||
BR2_PACKAGE_FLEX_LIBFL=y
|
||||
BR2_PACKAGE_GCC_TARGET=y
|
||||
@ -255,9 +293,9 @@ BR2_PACKAGE_MAKE=y
|
||||
# BR2_PACKAGE_AUTOMAKE is not set
|
||||
BR2_PACKAGE_BISON=y
|
||||
# BR2_PACKAGE_CCACHE_TARGET is not set
|
||||
# BR2_PACKAGE_CVS is not set
|
||||
# BR2_PACKAGE_DISTCC is not set
|
||||
# BR2_PACKAGE_DMALLOC is not set
|
||||
BR2_PACKAGE_EXPAT=y
|
||||
# BR2_PACKAGE_FAKEROOT is not set
|
||||
BR2_HOST_FAKEROOT=y
|
||||
BR2_PACKAGE_GETTEXT=y
|
||||
@ -265,75 +303,104 @@ BR2_PACKAGE_GETTEXT=y
|
||||
BR2_PACKAGE_LIBINTL=y
|
||||
BR2_PACKAGE_LIBGMP=y
|
||||
BR2_PACKAGE_LIBGMP_HEADERS=y
|
||||
# BR2_PACKAGE_GPERF is not set
|
||||
BR2_PACKAGE_LIBMPFR=y
|
||||
BR2_PACKAGE_LIBMPFR_HEADERS=y
|
||||
BR2_PACKAGE_LIBTOOL=y
|
||||
BR2_PACKAGE_M4=y
|
||||
# BR2_PACKAGE_MPATROL is not set
|
||||
# BR2_PACKAGE_PKGCONFIG is not set
|
||||
# BR2_PACKAGE_OPROFILE is not set
|
||||
BR2_PACKAGE_PKGCONFIG=y
|
||||
BR2_READLINE=y
|
||||
BR2_PACKAGE_READLINE_TARGET=y
|
||||
# BR2_PACKAGE_XERCES is not set
|
||||
# BR2_PACKAGE_READLINE_HEADERS is not set
|
||||
# BR2_PACKAGE_PCRE is not set
|
||||
|
||||
#
|
||||
# Other stuff
|
||||
#
|
||||
# BR2_PACKAGE_AT is not set
|
||||
# BR2_PACKAGE_BEECRYPT is not set
|
||||
# BR2_PACKAGE_BERKELEYDB is not set
|
||||
# BR2_PACKAGE_BSDIFF is not set
|
||||
# BR2_PACKAGE_CUPS is not set
|
||||
# BR2_PACKAGE_CUSTOMIZE is not set
|
||||
# BR2_PACKAGE_DASH is not set
|
||||
# BR2_PACKAGE_FILE is not set
|
||||
# BR2_PACKAGE_GAMIN is not set
|
||||
# BR2_PACKAGE_ICU is not set
|
||||
# BR2_PACKAGE_KEXEC is not set
|
||||
# BR2_PACKAGE_LIBCONFIG is not set
|
||||
# BR2_PACKAGE_LIBCONFUSE is not set
|
||||
# BR2_PACKAGE_LIBDAEMON is not set
|
||||
# BR2_PACKAGE_LIBELF is not set
|
||||
# BR2_PACKAGE_LIBEVENT is not set
|
||||
# BR2_PACKAGE_LIBFLOAT is not set
|
||||
# BR2_PACKAGE_LIBGCRYPT is not set
|
||||
# BR2_PACKAGE_LIBGPG_ERROR is not set
|
||||
# BR2_PACKAGE_LIBICONV is not set
|
||||
# BR2_PACKAGE_LIBIDN is not set
|
||||
# BR2_PACKAGE_LIBLOCKFILE is not set
|
||||
# BR2_PACKAGE_LIBOIL is not set
|
||||
# BR2_PACKAGE_LIBSYSFS is not set
|
||||
# BR2_PACKAGE_LIBXML2 is not set
|
||||
# BR2_PACKAGE_LOCKFILE_PROGS is not set
|
||||
# BR2_PACKAGE_LOGROTATE is not set
|
||||
# BR2_PACKAGE_LSOF is not set
|
||||
# BR2_PACKAGE_LTP-TESTSUITE is not set
|
||||
# BR2_PACKAGE_LTT is not set
|
||||
# BR2_PACKAGE_PORTAGE is not set
|
||||
# BR2_PACKAGE_SQLITE is not set
|
||||
# BR2_PACKAGE_LTRACE is not set
|
||||
# BR2_PACKAGE_MEMSTAT is not set
|
||||
# BR2_PACKAGE_NG_SPICE_REWORK is not set
|
||||
# BR2_PACKAGE_POPT is not set
|
||||
# BR2_PACKAGE_SCREEN is not set
|
||||
# BR2_PACKAGE_STARTUP_NOTIFICATION is not set
|
||||
# BR2_PACKAGE_STRACE is not set
|
||||
# BR2_PACKAGE_SUDO is not set
|
||||
BR2_NETWORK_SUPPORT=y
|
||||
|
||||
#
|
||||
# Database
|
||||
#
|
||||
# BR2_PACKAGE_MYSQL_CLIENT is not set
|
||||
# BR2_PACKAGE_SQLITE is not set
|
||||
|
||||
#
|
||||
# Networking
|
||||
#
|
||||
|
||||
#
|
||||
# Networking applications
|
||||
#
|
||||
# BR2_PACKAGE_ARGUS is not set
|
||||
# BR2_PACKAGE_AVAHI is not set
|
||||
# BR2_PACKAGE_BOA is not set
|
||||
# BR2_PACKAGE_AXEL is not set
|
||||
# BR2_PACKAGE_BIND is not set
|
||||
# BR2_PACKAGE_BRIDGE is not set
|
||||
# BR2_PACKAGE_CURL is not set
|
||||
# BR2_PACKAGE_LIBCURL is not set
|
||||
# BR2_PACKAGE_DNSMASQ is not set
|
||||
# BR2_PACKAGE_DROPBEAR is not set
|
||||
# BR2_PACKAGE_ETHTOOL is not set
|
||||
# BR2_PACKAGE_HASERL is not set
|
||||
# BR2_PACKAGE_IRDA_UTILS is not set
|
||||
# BR2_PACKAGE_IFPLUGD is not set
|
||||
# BR2_PACKAGE_IPERF is not set
|
||||
# BR2_PACKAGE_IPROUTE2 is not set
|
||||
# BR2_PACKAGE_IPSEC_TOOLS is not set
|
||||
# BR2_PACKAGE_IPTABLES is not set
|
||||
# BR2_PACKAGE_KISMET is not set
|
||||
# BR2_PACKAGE_L2TP is not set
|
||||
# BR2_PACKAGE_LIBCGI is not set
|
||||
# BR2_PACKAGE_LIBCGICC is not set
|
||||
# BR2_PACKAGE_LIBCURL is not set
|
||||
# BR2_PACKAGE_LIBDNET is not set
|
||||
# BR2_PACKAGE_LIBEXOSIP2 is not set
|
||||
# BR2_PACKAGE_LIBOSIP2 is not set
|
||||
BR2_PACKAGE_LIBPCAP=y
|
||||
# BR2_PACKAGE_LIBUPNP is not set
|
||||
# BR2_PACKAGE_LINKS is not set
|
||||
# BR2_PACKAGE_LRZSZ is not set
|
||||
# BR2_PACKAGE_MDNSRESPONDER is not set
|
||||
# BR2_PACKAGE_MICROCOM is not set
|
||||
# BR2_PACKAGE_MIIDIAG is not set
|
||||
# BR2_PACKAGE_MROUTED is not set
|
||||
# BR2_PACKAGE_MUTT is not set
|
||||
# BR2_PACKAGE_NBD is not set
|
||||
# BR2_PACKAGE_NCFTP is not set
|
||||
# BR2_PACKAGE_NEON is not set
|
||||
# BR2_PACKAGE_NETKITBASE is not set
|
||||
# BR2_PACKAGE_NETKITTELNET is not set
|
||||
# BR2_PACKAGE_NETPLUG is not set
|
||||
@ -344,15 +411,16 @@ BR2_PACKAGE_LIBPCAP=y
|
||||
# BR2_PACKAGE_OPENNTPD is not set
|
||||
BR2_PACKAGE_OPENSSH=y
|
||||
BR2_PACKAGE_OPENSSL=y
|
||||
# BR2_PACKAGE_OPENSSL_TARGET_HEADERS is not set
|
||||
# BR2_PACKAGE_OPENSSL_BIN is not set
|
||||
# BR2_PACKAGE_OPENSSL_ENGINES is not set
|
||||
# BR2_PACKAGE_OPENVPN is not set
|
||||
# BR2_PACKAGE_OPENSWAN is not set
|
||||
# BR2_PACKAGE_PORTMAP is not set
|
||||
# BR2_PACKAGE_PPPD is not set
|
||||
# BR2_PACKAGE_RADVD is not set
|
||||
# BR2_PACKAGE_RP_PPPOE is not set
|
||||
# BR2_PACKAGE_PPTP_LINUX is not set
|
||||
# BR2_PACKAGE_PROFTPD is not set
|
||||
# BR2_PACKAGE_QUAGGA is not set
|
||||
|
||||
#
|
||||
# quagga suite
|
||||
@ -362,6 +430,7 @@ BR2_PACKAGE_OPENSSL=y
|
||||
# BR2_PACKAGE_QUAGGA_RIPD is not set
|
||||
# BR2_PACKAGE_QUAGGA_RIPNGD is not set
|
||||
# BR2_PACKAGE_QUAGGA_OSPFD is not set
|
||||
# BR2_PACKAGE_QUAGGA_OSPF6D is not set
|
||||
# BR2_PACKAGE_QUAGGA_WATCHQUAGGA is not set
|
||||
# BR2_PACKAGE_QUAGGA_ISISD is not set
|
||||
# BR2_PACKAGE_RSYNC is not set
|
||||
@ -374,17 +443,30 @@ BR2_PACKAGE_TCPDUMP=y
|
||||
# BR2_PACKAGE_TFTPD is not set
|
||||
# BR2_PACKAGE_TN5250 is not set
|
||||
# BR2_PACKAGE_TTCP is not set
|
||||
# BR2_PACKAGE_UDPCAST is not set
|
||||
# BR2_PACKAGE_VPNC is not set
|
||||
# BR2_PACKAGE_VSFTPD is not set
|
||||
# BR2_PACKAGE_VTUN is not set
|
||||
# BR2_PACKAGE_WEBIF is not set
|
||||
# BR2_PACKAGE_WIRELESS_TOOLS is not set
|
||||
BR2_BLOCKDEV_SUPPORT=y
|
||||
|
||||
#
|
||||
# Hardware handling / blockdevices and filesystem maintenance
|
||||
#
|
||||
# BR2_PACKAGE_DBUS is not set
|
||||
# BR2_PACKAGE_DEVMEM2 is not set
|
||||
# BR2_PACKAGE_DM is not set
|
||||
# BR2_PACKAGE_DMRAID is not set
|
||||
# BR2_PACKAGE_E2FSPROGS is not set
|
||||
# BR2_PACKAGE_EEPROG is not set
|
||||
# BR2_PACKAGE_FCONFIG is not set
|
||||
# BR2_PACKAGE_FIS is not set
|
||||
# BR2_PACKAGE_LIBFUSE is not set
|
||||
# BR2_PACKAGE_GADGETFS_TEST is not set
|
||||
# BR2_PACKAGE_HAL is not set
|
||||
# BR2_PACKAGE_HWDATA is not set
|
||||
# BR2_PACKAGE_I2C_TOOLS is not set
|
||||
# BR2_PACKAGE_INPUT_TOOLS is not set
|
||||
# BR2_PACKAGE_IOSTAT is not set
|
||||
# BR2_PACKAGE_LIBAIO is not set
|
||||
# BR2_PACKAGE_LIBRAW1394 is not set
|
||||
@ -395,30 +477,54 @@ BR2_BLOCKDEV_SUPPORT=y
|
||||
# BR2_PACKAGE_MEMTESTER is not set
|
||||
# BR2_PACKAGE_MKDOSFS is not set
|
||||
# BR2_PACKAGE_MTD is not set
|
||||
# BR2_PACKAGE_NTFS-3G is not set
|
||||
BR2_PACKAGE_PCIUTILS=y
|
||||
# BR2_PACKAGE_PCMCIA is not set
|
||||
# BR2_PACKAGE_RAIDTOOLS is not set
|
||||
# BR2_PACKAGE_SETSERIAL is not set
|
||||
# BR2_PACKAGE_SMARTMONTOOLS is not set
|
||||
# BR2_PACKAGE_USBMOUNT is not set
|
||||
# BR2_PACKAGE_USBUTILS is not set
|
||||
# BR2_PACKAGE_WIPE is not set
|
||||
# BR2_PACKAGE_XFSPROGS is not set
|
||||
BR2_AUDIO_SUPPORT=y
|
||||
|
||||
#
|
||||
# Audio and video libraries and applications
|
||||
#
|
||||
# BR2_PACKAGE_ALSA_LIB is not set
|
||||
# BR2_PACKAGE_ASTERISK is not set
|
||||
|
||||
#
|
||||
# asterisk - disabled (required openssl and mpg123)
|
||||
#
|
||||
# BR2_PACKAGE_AUMIX is not set
|
||||
# BR2_PACKAGE_GSTREAMER is not set
|
||||
# BR2_PACKAGE_LIBID3TAG is not set
|
||||
# BR2_PACKAGE_LIBMAD is not set
|
||||
# BR2_PACKAGE_LIBMPD is not set
|
||||
# BR2_PACKAGE_LIBOGG is not set
|
||||
# BR2_PACKAGE_LIBSNDFILE is not set
|
||||
# BR2_PACKAGE_LIBVORBIS is not set
|
||||
# BR2_PACKAGE_LIBTHEORA is not set
|
||||
|
||||
#
|
||||
# libvorbis requires the package libogg to build
|
||||
#
|
||||
# BR2_PACKAGE_MADPLAY is not set
|
||||
# BR2_PACKAGE_MPG123 is not set
|
||||
BR2_GRAPHIC_SUPPORT=y
|
||||
# BR2_PACKAGE_MPLAYER is not set
|
||||
# BR2_PACKAGE_SPEEX is not set
|
||||
# BR2_PACKAGE_FESTIVAL is not set
|
||||
# BR2_PACKAGE_VLC is not set
|
||||
|
||||
#
|
||||
# Graphic libraries and applications (graphic/text)
|
||||
#
|
||||
|
||||
#
|
||||
# text rendering libraries
|
||||
#
|
||||
BR2_PACKAGE_NCURSES=y
|
||||
# BR2_PACKAGE_NCURSES_TARGET_PANEL is not set
|
||||
# BR2_PACKAGE_NCURSES_TARGET_FORM is not set
|
||||
# BR2_PACKAGE_NCURSES_TARGET_MENU is not set
|
||||
# BR2_PACKAGE_NCURSES_TARGET_HEADERS is not set
|
||||
# BR2_PACKAGE_NEWT is not set
|
||||
# BR2_PACKAGE_SLANG is not set
|
||||
@ -432,10 +538,14 @@ BR2_PACKAGE_NCURSES=y
|
||||
# graphic libraries
|
||||
#
|
||||
# BR2_PACKAGE_DIRECTFB is not set
|
||||
# BR2_PACKAGE_FBDUMP is not set
|
||||
# BR2_PACKAGE_IMAGEMAGICK is not set
|
||||
# BR2_PACKAGE_JPEG is not set
|
||||
# BR2_PACKAGE_LIBART is not set
|
||||
# BR2_PACKAGE_LIBPNG is not set
|
||||
# BR2_PACKAGE_LIBUNGIF is not set
|
||||
# BR2_PACKAGE_LINUX_FUSION is not set
|
||||
# BR2_PACKAGE_PIXMAN is not set
|
||||
# BR2_PACKAGE_SDL is not set
|
||||
# BR2_PACKAGE_TIFF is not set
|
||||
|
||||
@ -444,7 +554,7 @@ BR2_PACKAGE_NCURSES=y
|
||||
#
|
||||
|
||||
#
|
||||
# --> (May be broken in busybox)
|
||||
# --> May be broken in busybox
|
||||
#
|
||||
# BR2_PACKAGE_FBV is not set
|
||||
# BR2_PACKAGE_FBSET is not set
|
||||
@ -452,13 +562,14 @@ BR2_PACKAGE_NCURSES=y
|
||||
#
|
||||
# other GUIs
|
||||
#
|
||||
# BR2_PACKAGE_QTE is not set
|
||||
# BR2_PACKAGE_QTOPIA4 is not set
|
||||
BR2_PACKAGE_XSERVER_none=y
|
||||
# BR2_PACKAGE_XSERVER_x11r7 is not set
|
||||
# BR2_PACKAGE_XSERVER_xorg is not set
|
||||
|
||||
#
|
||||
# xorg requires a toolchain with LOCALE and WCHAR support
|
||||
#
|
||||
# BR2_PACKAGE_XSERVER_tinyx is not set
|
||||
BR2_X11_PREFIX="/usr"
|
||||
|
||||
#
|
||||
# X libraries and helper libraries
|
||||
@ -466,11 +577,14 @@ BR2_X11_PREFIX="/usr"
|
||||
# BR2_PACKAGE_ATK is not set
|
||||
# BR2_PACKAGE_PANGO is not set
|
||||
# BR2_PACKAGE_LIBDRM is not set
|
||||
# BR2_PACKAGE_LIBERATION is not set
|
||||
# BR2_PACKAGE_LIBGLIB12 is not set
|
||||
# BR2_PACKAGE_LIBGLIB2 is not set
|
||||
# BR2_PACKAGE_OPENMOTIF is not set
|
||||
# BR2_PACKAGE_FONTCONFIG is not set
|
||||
# BR2_PACKAGE_FREETYPE is not set
|
||||
# BR2_PACKAGE_TSLIB is not set
|
||||
# BR2_PACKAGE_WEBKIT is not set
|
||||
|
||||
#
|
||||
# X Window managers
|
||||
@ -480,25 +594,75 @@ BR2_X11_PREFIX="/usr"
|
||||
#
|
||||
# X applications
|
||||
#
|
||||
# BR2_PACKAGE_ALSAMIXERGUI is not set
|
||||
|
||||
#
|
||||
# Video libraries/codecs and applications
|
||||
# dillo - disabled (requires jpeg,libglib12,libgtk12,zlib,libpng and Xorg(7))
|
||||
#
|
||||
# BR2_PACKAGE_GQVIEW is not set
|
||||
# BR2_PACKAGE_LEAFPAD is not set
|
||||
|
||||
#
|
||||
# midori - disabled (requires Xorg(7))
|
||||
#
|
||||
# BR2_PACKAGE_PCMANFM is not set
|
||||
# BR2_PACKAGE_SYLPHEED is not set
|
||||
# BR2_PACKAGE_TORSMO is not set
|
||||
# BR2_PACKAGE_X11VNC is not set
|
||||
# BR2_PACKAGE_XPDF is not set
|
||||
# BR2_PACKAGE_XSTROKE is not set
|
||||
# BR2_PACKAGE_XVKBD is not set
|
||||
|
||||
#
|
||||
# Compressors / decompressors
|
||||
#
|
||||
# BR2_PACKAGE_MPLAYER is not set
|
||||
BR2_COMPRESSOR_SUPPORT=y
|
||||
# BR2_PACKAGE_LZO is not set
|
||||
BR2_PACKAGE_LZMA_TARGET=y
|
||||
# BR2_PACKAGE_LZMA_TARGET_HEADERS is not set
|
||||
# BR2_PACKAGE_LZMA_HOST is not set
|
||||
BR2_PACKAGE_ZLIB=y
|
||||
# BR2_PACKAGE_ZLIB_TARGET_HEADERS is not set
|
||||
BR2_SCRIPTING_SUPPORT=y
|
||||
|
||||
#
|
||||
# Package managers
|
||||
#
|
||||
# BR2_PACKAGE_IPKG is not set
|
||||
# BR2_PACKAGE_PORTAGE is not set
|
||||
|
||||
#
|
||||
# Interpreter languages / Scripting
|
||||
#
|
||||
# BR2_PACKAGE_LUA is not set
|
||||
# BR2_PACKAGE_MICROPERL is not set
|
||||
# BR2_PACKAGE_PYTHON is not set
|
||||
# BR2_PACKAGE_RUBY is not set
|
||||
# BR2_PACKAGE_TCL is not set
|
||||
# BR2_PACKAGE_PHP is not set
|
||||
|
||||
#
|
||||
# XML handling
|
||||
#
|
||||
BR2_PACKAGE_EXPAT=y
|
||||
# BR2_PACKAGE_EZXML is not set
|
||||
# BR2_PACKAGE_LIBXML2 is not set
|
||||
# BR2_PACKAGE_LIBXSLT is not set
|
||||
# BR2_PACKAGE_XERCES is not set
|
||||
|
||||
#
|
||||
# Java
|
||||
#
|
||||
# BR2_PACKAGE_CLASSPATH is not set
|
||||
|
||||
#
|
||||
# Games
|
||||
#
|
||||
# BR2_PACKAGE_GNUCHESS is not set
|
||||
# BR2_PACKAGE_MAGICCUBE4D is not set
|
||||
# BR2_PACKAGE_PRBOOM is not set
|
||||
# BR2_PACKAGE_RUBIX is not set
|
||||
# BR2_PACKAGE_VICE is not set
|
||||
# BR2_PACKAGE_XBOARD is not set
|
||||
|
||||
#
|
||||
# Target filesystem options
|
||||
#
|
||||
@ -520,6 +684,7 @@ BR2_TARGET_ROOTFS_EXT2_NONE=y
|
||||
# BR2_TARGET_ROOTFS_EXT2_LZMA is not set
|
||||
BR2_TARGET_ROOTFS_EXT2_COPYTO=""
|
||||
# BR2_TARGET_ROOTFS_JFFS2 is not set
|
||||
# BR2_TARGET_ROOTFS_UBIFS is not set
|
||||
# BR2_TARGET_ROOTFS_SQUASHFS is not set
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
BR2_TARGET_ROOTFS_CPIO=y
|
||||
@ -527,17 +692,88 @@ BR2_TARGET_ROOTFS_CPIO_NONE=y
|
||||
# BR2_TARGET_ROOTFS_CPIO_GZIP is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO_BZIP2 is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO_LZMA is not set
|
||||
BR2_TARGET_ROOTFS_CPIO_COPYTO=""
|
||||
# BR2_TARGET_ROOTFS_INITRAMFS is not set
|
||||
# BR2_TARGET_ROOTFS_ROMFS is not set
|
||||
|
||||
#
|
||||
# bootloader for target device
|
||||
#
|
||||
BR2_TARGET_UBOOT=y
|
||||
BR2_TARGET_UBOOT_BOARDNAME="$(BOARD_NAME)"
|
||||
BR2_TARGET_UBOOT_2009_01=y
|
||||
# BR2_TARGET_UBOOT_2008_10 is not set
|
||||
# BR2_TARGET_UBOOT_1_3_4 is not set
|
||||
# BR2_TARGET_UBOOT_1_2_0_ATMEL is not set
|
||||
BR2_UBOOT_VERSION="2009.01"
|
||||
BR2_U_BOOT_SITE="ftp://ftp.denx.de/pub/u-boot"
|
||||
# BR2_TARGET_U_BOOT_ARCH_PATCH is not set
|
||||
BR2_TARGET_UBOOT_CUSTOM_PATCH=""
|
||||
# BR2_TARGET_UBOOT_SILENT is not set
|
||||
# BR2_TARGET_UBOOT_TOOL_MKIMAGE is not set
|
||||
# BR2_TARGET_UBOOT_TOOL_ENV is not set
|
||||
# BR2_TARGET_UBOOT_DEFAULT_ENV is not set
|
||||
|
||||
#
|
||||
# Kernel
|
||||
#
|
||||
# BR2_KERNEL_none is not set
|
||||
BR2_KERNEL_LINUX=y
|
||||
BR2_KERNEL_LINUX_ADVANCED=y
|
||||
# BR2_KERNEL_LINUX is not set
|
||||
# BR2_KERNEL_HURD is not set
|
||||
BR2_PACKAGE_LINUX_KCONFIG="target/device/Arm/linux26.integrator926_huge.config"
|
||||
BR2_PACKAGE_LINUX_FORMAT="vmlinux"
|
||||
BR2_PACKAGE_LINUX=y
|
||||
BR2_PACKAGE_LINUX_KCONFIG="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-linux-$(BR2_LINUX26_VERSION).config"
|
||||
BR2_PACKAGE_LINUX_FORMAT="uImage"
|
||||
BR2_KERNEL_CURRENT_VERSION="2.6.28.2"
|
||||
BR2_KERNEL_LATEST_2_6_28="2"
|
||||
BR2_KERNEL_LATEST_2_6_27="13"
|
||||
BR2_KERNEL_LATEST_2_6_26="8"
|
||||
BR2_KERNEL_LATEST_2_6_25="19"
|
||||
BR2_KERNEL_LATEST_2_6_24="7"
|
||||
BR2_KERNEL_LATEST_2_6_23="17"
|
||||
BR2_KERNEL_LATEST_2_6_22="19"
|
||||
BR2_KERNEL_LATEST_2_6_21="7"
|
||||
BR2_KERNEL_LATEST_2_6_20="21"
|
||||
BR2_KERNEL_SITE="http://ftp.kernel.org/pub/linux/kernel/v2.6"
|
||||
BR2_MM_PATCH_SITE="http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6"
|
||||
BR2_RC_MM_PATCH_DIR="$(BR2_KERNEL_NEXT_VERSION)-rc$(BR2_KERNEL_RC_LEVEL)/2.6.$(BR2_KERNEL_NEXT_VERSION)-rc$(BR2_KERNEL_RC_LEVEL)-mm$(BR2_KERNEL_MM_LEVEL)"
|
||||
BR2_LINUX_2_6_STABLE=y
|
||||
# BR2_LINUX_2_6_28 is not set
|
||||
# BR2_LINUX_2_6_27 is not set
|
||||
# BR2_LINUX_2_6_26 is not set
|
||||
# BR2_LINUX_2_6_25 is not set
|
||||
# BR2_LINUX_2_6_24 is not set
|
||||
# BR2_LINUX_2_6_23 is not set
|
||||
# BR2_LINUX_2_6_22 is not set
|
||||
# BR2_LINUX_2_6_21 is not set
|
||||
# BR2_LINUX_2_6_20 is not set
|
||||
# BR2_LINUX_2_6_29 is not set
|
||||
# BR2_LINUX26_CUSTOM is not set
|
||||
|
||||
#
|
||||
# Patches
|
||||
#
|
||||
# BR2_KERNEL_ARCH_PATCH_ENABLED is not set
|
||||
BR2_LINUX_BSP_PATCH=""
|
||||
BR2_DOWNLOAD_LINUX26_VERSION="$(BR2_KERNEL_CURRENT_VERSION)"
|
||||
BR2_LINUX26_VERSION="$(BR2_KERNEL_CURRENT_VERSION)"
|
||||
|
||||
#
|
||||
# Linux Kernel Configuration
|
||||
#
|
||||
BR2_PACKAGE_LINUX_USE_KCONFIG=y
|
||||
# BR2_PACKAGE_LINUX_USE_DEFCONFIG is not set
|
||||
# BR2_PACKAGE_LINUX_USE_XCONFIG is not set
|
||||
# BR2_LINUX_BIN_BZIMAGE is not set
|
||||
BR2_LINUX_BIN_UIMAGE=y
|
||||
# BR2_LINUX_BIN_VMLINUX is not set
|
||||
# BR2_LINUX_BIN_ZIMAGE is not set
|
||||
# BR2_LINUX_BIN_CUSTOM is not set
|
||||
|
||||
#
|
||||
# Destinations for linux kernel binaries
|
||||
#
|
||||
# BR2_LINUX_COPYTO_ROOTFS is not set
|
||||
# BR2_LINUX_COPYTO_TFTPBOOT is not set
|
||||
BR2_LINUX_COPYTO=""
|
||||
# BR2_LINUX_COPY_CONFIGURATION is not set
|
||||
|
@ -1,9 +1,11 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Sat Feb 10 18:27:46 2007
|
||||
# Version: 0.9.30
|
||||
# Thu Jan 29 20:41:39 2009
|
||||
#
|
||||
# TARGET_alpha is not set
|
||||
TARGET_arm=y
|
||||
# TARGET_avr32 is not set
|
||||
# TARGET_bfin is not set
|
||||
# TARGET_cris is not set
|
||||
# TARGET_e1 is not set
|
||||
@ -25,6 +27,7 @@ TARGET_arm=y
|
||||
# TARGET_v850 is not set
|
||||
# TARGET_vax is not set
|
||||
# TARGET_x86_64 is not set
|
||||
# TARGET_xtensa is not set
|
||||
|
||||
#
|
||||
# Target Architecture Features and Options
|
||||
@ -46,10 +49,13 @@ CONFIG_ARM926T=y
|
||||
# CONFIG_ARM1136JF_S is not set
|
||||
# CONFIG_ARM1176JZ_S is not set
|
||||
# CONFIG_ARM1176JZF_S is not set
|
||||
# CONFIG_ARM_CORTEX_M3 is not set
|
||||
# CONFIG_ARM_CORTEX_M1 is not set
|
||||
# CONFIG_ARM_SA110 is not set
|
||||
# CONFIG_ARM_SA1100 is not set
|
||||
# CONFIG_ARM_XSCALE is not set
|
||||
# CONFIG_ARM_IWMMXT is not set
|
||||
TARGET_SUBARCH=""
|
||||
|
||||
#
|
||||
# Using ELF file format
|
||||
@ -64,7 +70,8 @@ UCLIBC_HAS_FLOATS=y
|
||||
# UCLIBC_HAS_FPU is not set
|
||||
UCLIBC_HAS_SOFT_FLOAT=y
|
||||
DO_C99_MATH=y
|
||||
KERNEL_HEADERS=""
|
||||
# UCLIBC_HAS_FENV is not set
|
||||
KERNEL_HEADERS="/home/ulf/projects/Buildroot/20090129/buildroot/toolchain_build_arm/linux/include"
|
||||
HAVE_DOT_CONFIG=y
|
||||
|
||||
#
|
||||
@ -72,7 +79,7 @@ HAVE_DOT_CONFIG=y
|
||||
#
|
||||
# HAVE_NO_PIC is not set
|
||||
DOPIC=y
|
||||
# HAVE_NO_SHARED is not set
|
||||
# ARCH_HAS_NO_SHARED is not set
|
||||
# ARCH_HAS_NO_LDSO is not set
|
||||
HAVE_SHARED=y
|
||||
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
|
||||
@ -83,10 +90,12 @@ LDSO_BASE_FILENAME="ld.so"
|
||||
# UCLIBC_STATIC_LDCONFIG is not set
|
||||
# LDSO_RUNPATH is not set
|
||||
UCLIBC_CTOR_DTOR=y
|
||||
# LDSO_GNU_HASH_SUPPORT is not set
|
||||
# HAS_NO_THREADS is not set
|
||||
UCLIBC_HAS_THREADS=y
|
||||
# PTHREADS_DEBUG_SUPPORT is not set
|
||||
# LINUXTHREADS_OLD is not set
|
||||
LINUXTHREADS_OLD=y
|
||||
UCLIBC_HAS_SYSLOG=y
|
||||
# UCLIBC_HAS_LFS is not set
|
||||
# MALLOC is not set
|
||||
# MALLOC_SIMPLE is not set
|
||||
@ -96,11 +105,13 @@ UCLIBC_DYNAMIC_ATEXIT=y
|
||||
# COMPAT_ATEXIT is not set
|
||||
# UCLIBC_SUSV3_LEGACY is not set
|
||||
# UCLIBC_SUSV3_LEGACY_MACROS is not set
|
||||
# UCLIBC_HAS_STUBS is not set
|
||||
UCLIBC_HAS_SHADOW=y
|
||||
# UCLIBC_HAS_PROGRAM_INVOCATION_NAME is not set
|
||||
UCLIBC_HAS___PROGNAME=y
|
||||
# UNIX98PTY_ONLY is not set
|
||||
UCLIBC_HAS_PTY=y
|
||||
ASSUME_DEVPTS=y
|
||||
# UNIX98PTY_ONLY is not set
|
||||
UCLIBC_HAS_GETPT=y
|
||||
UCLIBC_HAS_TM_EXTENSIONS=y
|
||||
UCLIBC_HAS_TZ_CACHING=y
|
||||
UCLIBC_HAS_TZ_FILE=y
|
||||
@ -114,12 +125,29 @@ UCLIBC_PWD_BUFFER_SIZE=256
|
||||
UCLIBC_GRP_BUFFER_SIZE=256
|
||||
|
||||
#
|
||||
# Networking Support
|
||||
# Support various families of functions
|
||||
#
|
||||
UCLIBC_HAS_IPV6=y
|
||||
UCLIBC_HAS_RPC=y
|
||||
UCLIBC_HAS_FULL_RPC=y
|
||||
UCLIBC_HAS_REENTRANT_RPC=y
|
||||
UCLIBC_LINUX_MODULE_24=y
|
||||
UCLIBC_LINUX_SPECIFIC=y
|
||||
UCLIBC_HAS_GNU_ERROR=y
|
||||
UCLIBC_BSD_SPECIFIC=y
|
||||
UCLIBC_HAS_BSD_ERR=y
|
||||
# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
|
||||
# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
|
||||
# UCLIBC_NTP_LEGACY is not set
|
||||
# UCLIBC_SV4_DEPRECATED is not set
|
||||
UCLIBC_HAS_REALTIME=y
|
||||
UCLIBC_HAS_ADVANCED_REALTIME=y
|
||||
UCLIBC_HAS_EPOLL=y
|
||||
UCLIBC_HAS_XATTR=y
|
||||
UCLIBC_HAS_PROFILING=y
|
||||
UCLIBC_HAS_CRYPT_IMPL=y
|
||||
UCLIBC_HAS_CRYPT=y
|
||||
UCLIBC_HAS_NETWORK_SUPPORT=y
|
||||
UCLIBC_HAS_SOCKET=y
|
||||
UCLIBC_HAS_IPV4=y
|
||||
# UCLIBC_HAS_IPV6 is not set
|
||||
# UCLIBC_HAS_RPC is not set
|
||||
# UCLIBC_USE_NETLINK is not set
|
||||
# UCLIBC_HAS_BSD_RES_CLOSE is not set
|
||||
|
||||
@ -197,7 +225,7 @@ UCLIBC_BUILD_NOW=y
|
||||
#
|
||||
# uClibc development/debugging options
|
||||
#
|
||||
CROSS_COMPILER_PREFIX="arm-linux-uclibcgnueabi-"
|
||||
CROSS_COMPILER_PREFIX="/home/ulf/projects/Buildroot/20090129/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibcgnueabi-"
|
||||
UCLIBC_EXTRA_CFLAGS=""
|
||||
# DODEBUG is not set
|
||||
# DODEBUG_PT is not set
|
||||
|
Loading…
Reference in New Issue
Block a user