Remove debugging variable added to svn by mistake, (Thanks Pter)
This commit is contained in:
parent
7213dae7a5
commit
5dec4da010
target/device/Atmel
@ -84,8 +84,6 @@ atmel_status:
|
||||
@echo DOWNLOAD_LINUX26_VERSION=$(DOWNLOAD_LINUX26_VERSION)
|
||||
@echo LINUX_SOURCE=$(LINUX_SOURCE)
|
||||
@echo TARGETS=$(TARGETS)
|
||||
@echo ALLAN=$(ALLAN)
|
||||
|
||||
|
||||
#TARGETS+=atmel_status
|
||||
endif
|
||||
|
@ -3,6 +3,13 @@ config BR2_TARGET_AT91BOOTSTRAP
|
||||
BR2_TARGET_AT91SAM9261EK || BR2_TARGET_AT91SAM9263EK || BR2_TARGET_AT91SAM9XEEK
|
||||
bool "Build AT91 Bootstrap for selected chip"
|
||||
|
||||
config BR2_TARGET_AT91BOOTSTRAP_BOARD
|
||||
string "Bootstrap board"
|
||||
default "$(BOARD_NAME)"
|
||||
depends on BR2_TARGET_AT91BOOTSTRAP
|
||||
help
|
||||
This is used to do a make <board>_config
|
||||
|
||||
choice
|
||||
prompt "Boot Memory"
|
||||
default BR2_TARGET_AT91BOOT_DATAFLASHCARD
|
||||
|
@ -3,9 +3,10 @@
|
||||
# at91bootstrap
|
||||
#
|
||||
#############################################################
|
||||
AT91BOOTSTRAP_VERSION:=2.3
|
||||
AT91BOOTSTRAP_PATCH_LEVEL:=4
|
||||
AT91BOOTSTRAP_PATCHED_VERSION:=$(AT91BOOTSTRAP_VERSION).$(AT91BOOTSTRAP_PATCH_LEVEL)
|
||||
AT91BOOTSTRAP_VERSION:=2.9
|
||||
AT91BOOTSTRAP_PATCH_LEVEL:=
|
||||
|
||||
AT91BOOTSTRAP_PATCHED_VERSION:=$(AT91BOOTSTRAP_VERSION)$(AT91BOOTSTRAP_PATCH_LEVEL)
|
||||
AT91BOOTSTRAP_NAME:=at91bootstrap-$(AT91BOOTSTRAP_VERSION)
|
||||
ATMEL_MIRROR:=$(strip $(subst ",, $(BR2_ATMEL_MIRROR)))
|
||||
#"))
|
||||
@ -16,6 +17,9 @@ AT91BOOTSTRAP:=$(strip $(subst ",, $(BR2_AT91BOOTSTRAP)))
|
||||
#"))
|
||||
AT91BOOTSTRAP_ZCAT:=$(BZCAT)
|
||||
|
||||
AT91BOOTSTRAP_BOARD:=$(strip $(subst ",, $(BR2_TARGET_AT91BOOTSTRAP_BOARD)))
|
||||
#"))
|
||||
|
||||
AT91BOOTSTRAP_MEMORY:=$(strip $(subst ",, $(BR2_TARGET_AT91BOOTSTRAP_MEMORY)))
|
||||
#"))
|
||||
|
||||
@ -42,7 +46,7 @@ $(DL_DIR)/$(AT91BOOTSTRAP_SOURCE):
|
||||
$(AT91BOOTSTRAP_DIR)/.unpacked: $(DL_DIR)/$(AT91BOOTSTRAP_SOURCE)
|
||||
mkdir -p $(PROJECT_BUILD_DIR)
|
||||
$(AT91BOOTSTRAP_ZCAT) $(DL_DIR)/$(AT91BOOTSTRAP_SOURCE) | tar -C $(PROJECT_BUILD_DIR) $(TAR_OPTIONS) -
|
||||
toolchain/patch-kernel.sh $(AT91BOOTSTRAP_DIR) target/device/Atmel/at91bootstrap/ at91bootstrap\*.patch
|
||||
toolchain/patch-kernel.sh $(AT91BOOTSTRAP_DIR) target/device/Atmel/at91bootstrap/ at91bootstrap-$(AT91BOOTSTRAP_VERSION)\*.patch
|
||||
touch $(AT91BOOTSTRAP_DIR)/.unpacked
|
||||
|
||||
$(AT91BOOTSTRAP_DIR)/.configured: $(AT91BOOTSTRAP_DIR)/.unpacked .config
|
||||
@ -50,7 +54,7 @@ $(AT91BOOTSTRAP_DIR)/.configured: $(AT91BOOTSTRAP_DIR)/.unpacked .config
|
||||
MEMORY=$(AT91BOOTSTRAP_MEMORY) \
|
||||
CROSS_COMPILE=$(TARGET_CROSS) \
|
||||
-C $(AT91BOOTSTRAP_DIR) \
|
||||
$(BOARD_NAME)_defconfig
|
||||
$(AT91BOOTSTRAP_BOARD)_defconfig
|
||||
touch $(AT91BOOTSTRAP_DIR)/.configured
|
||||
|
||||
$(AT91BOOTSTRAP_TARGET): $(AT91BOOTSTRAP_DIR)/.configured
|
||||
@ -60,14 +64,21 @@ $(AT91BOOTSTRAP_TARGET): $(AT91BOOTSTRAP_DIR)/.configured
|
||||
AT91_CUSTOM_FLAGS="$(AT91_CUSTOM_FLAGS)" \
|
||||
-C $(AT91BOOTSTRAP_DIR)
|
||||
|
||||
$(BINARIES_DIR)/$(AT91BOOTSTRAP_BINARY): $(AT91BOOTSTRAP_TARGET)
|
||||
$(AT91BOOTSTRAP_DIR)/.installed: $(AT91BOOTSTRAP_TARGET)
|
||||
mkdir -p $(BINARIES_DIR)
|
||||
cp $(AT91BOOTSTRAP_TARGET) $(BINARIES_DIR)/$(AT91BOOTSTRAP_BINARY)
|
||||
cp $(AT91BOOTSTRAP_TARGET) $(BR2_TARGET_ATMEL_COPYTO)/$(AT91BOOTSTRAP_BINARY)
|
||||
make MEMORY=$(AT91BOOTSTRAP_MEMORY) \
|
||||
CROSS_COMPILE=$(TARGET_CROSS) \
|
||||
-C $(AT91BOOTSTRAP_DIR) boot
|
||||
make DESTDIR=$(BINARIES_DIR) -C $(AT91BOOTSTRAP_DIR) install
|
||||
make DESTDIR=$(BR2_TARGET_ATMEL_COPYTO) -C $(AT91BOOTSTRAP_DIR) install
|
||||
touch $@
|
||||
|
||||
# cp $(AT91BOOTSTRAP_TARGET) $(BINARIES_DIR)/$(AT91BOOTSTRAP_BINARY)
|
||||
# cp $(AT91BOOTSTRAP_TARGET) $(BR2_TARGET_ATMEL_COPYTO)/$(AT91BOOTSTRAP_BINARY)
|
||||
|
||||
.PHONY: at91bootstrap at91bootstrap-source
|
||||
|
||||
at91bootstrap: $(BINARIES_DIR)/$(AT91BOOTSTRAP_BINARY)
|
||||
at91bootstrap: $(AT91BOOTSTRAP_DIR)/.installed
|
||||
|
||||
at91bootstrap-source: $(DL_DIR)/$(AT91BOOTSTRAP_SOURCE)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Sun Mar 30 22:38:50 2008
|
||||
# Fri Jan 2 12:42:51 2009
|
||||
#
|
||||
BR2_HAVE_DOT_CONFIG=y
|
||||
BR2_VERSION="0.10.0-svn"
|
||||
@ -65,24 +65,49 @@ BR2_TARGET_ATMEL=y
|
||||
# Atmel AT91 Specific Device Support
|
||||
#
|
||||
BR2_TARGET_AT91=y
|
||||
|
||||
#
|
||||
# Selection criteria
|
||||
#
|
||||
BR2_TARGET_ATMEL_ALL=y
|
||||
|
||||
#
|
||||
# Device Selection
|
||||
#
|
||||
BR2_TARGET_AT91RM9200=y
|
||||
# BR2_TARGET_AT91SAM9260 is not set
|
||||
# BR2_TARGET_AT91SAM9260A is not set
|
||||
# BR2_TARGET_AT91SAM9G20 is not set
|
||||
# BR2_TARGET_AT91SAM9261 is not set
|
||||
# BR2_TARGET_AT91SAM9261S is not set
|
||||
# BR2_TARGET_AT91SAM9262 is not set
|
||||
# BR2_TARGET_AT91SAM9RL64 is not set
|
||||
# BR2_TARGET_AT91SAM9263 is not set
|
||||
# BR2_TARGET_AT91SAM9G40 is not set
|
||||
# BR2_TARGET_AT91SAM9M10 is not set
|
||||
# BR2_TARGET_AT91SAM9M11 is not set
|
||||
# BR2_TARGET_AT91SAM9XE is not set
|
||||
# BR2_TARGET_AT572D940HF is not set
|
||||
# BR2_TARGET_AT91CAP9 is not set
|
||||
# BR2_TARGET_AT91SAM9262 is not set
|
||||
|
||||
#
|
||||
# Development Board Selection
|
||||
#
|
||||
BR2_TARGET_AT91RM9200DF=y
|
||||
# BR2_TARGET_AT91RM9200SE is not set
|
||||
# BR2_TARGET_AT91RM9200EK is not set
|
||||
# BR2_TARGET_AT91RM9200DK is not set
|
||||
# BR2_TARGET_AT91SAM9260DFC is not set
|
||||
# BR2_TARGET_AT91SAM9260EK is not set
|
||||
# BR2_TARGET_AT91SAM9G20DFC is not set
|
||||
# BR2_TARGET_AT91SAM9G20EK is not set
|
||||
# BR2_TARGET_AT91SAM9XEEK is not set
|
||||
# BR2_TARGET_AT91SAM9261EK is not set
|
||||
# BR2_TARGET_AT91SAM9RL64EK is not set
|
||||
# BR2_TARGET_AT91SAM9262EK is not set
|
||||
# BR2_TARGET_AT91SAM9263EK is not set
|
||||
# BR2_TARGET_AT91SAM9XEEK is not set
|
||||
# BR2_TARGET_AT572D940DCM is not set
|
||||
# BR2_TARGET_AT91CAP9DK is not set
|
||||
# BR2_TARGET_AT91CAP9STK is not set
|
||||
BR2_BOARD_NAME="at91rm9200df"
|
||||
BR2_TARGET_AT91_ADVANCED_INFO=y
|
||||
|
||||
@ -106,6 +131,9 @@ BR2_TARGET_DATAFLASHBOOT=y
|
||||
BR2_TARGET_DATAFLASHBOOT_AT91RM9200=y
|
||||
# BR2_TARGET_DATAFLASHBOOT_AT91SAM9261 is not set
|
||||
# BR2_TARGET_DATAFLASHBOOT_AT91SAM9261S is not set
|
||||
# BR2_TARGET_KWIKBYTE is not set
|
||||
BR2_KERNEL_ARCH_PATCH_VERSION="2.6.28"
|
||||
BR2_KERNEL_ARCH_PATCH_DIR="target/device/Atmel/arch-arm/kernel-patches-$(BR2_KERNEL_ARCH_PATCH_VERSION)"
|
||||
# BR2_TARGET_SHARP is not set
|
||||
|
||||
#
|
||||
@ -122,6 +150,7 @@ BR2_TARGET_DATAFLASHBOOT_AT91RM9200=y
|
||||
#
|
||||
# Build options
|
||||
#
|
||||
BR2_PRIMARY_SITE=""
|
||||
BR2_WGET="wget --passive-ftp"
|
||||
BR2_SVN_CO="svn co"
|
||||
BR2_SVN_UP="svn up"
|
||||
@ -147,7 +176,7 @@ 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="wchar"
|
||||
BR2_TOPDIR_SUFFIX=""
|
||||
BR2_ROOTFS_PREFIX="rootfs"
|
||||
BR2_ROOTFS_SUFFIX="$(DATE)"
|
||||
BR2_GNU_BUILD_SUFFIX="pc-linux-gnu"
|
||||
@ -156,18 +185,20 @@ BR2_JLEVEL=2
|
||||
# BR2_PREFER_IMA is not set
|
||||
# BR2_DEPRECATED is not set
|
||||
BR2_RECENT=y
|
||||
BR2_CONFIG_CACHE=y
|
||||
# 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=y
|
||||
# BR2_OPTIMIZE_1 is not set
|
||||
# BR2_OPTIMIZE_2 is not set
|
||||
# BR2_OPTIMIZE_3 is not set
|
||||
# BR2_OPTIMIZE_S 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
|
||||
|
||||
@ -178,22 +209,21 @@ BR2_TOOLCHAIN_BUILDROOT=y
|
||||
# BR2_TOOLCHAIN_EXTERNAL is not set
|
||||
# BR2_TOOLCHAIN_EXTERNAL_SOURCE is not set
|
||||
BR2_TOOLCHAIN_SOURCE=y
|
||||
# BR2_EXPORT_TOOLCHAIN is not set
|
||||
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_UCLIBC_VERSION_0_9_29=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
|
||||
@ -202,24 +232,32 @@ BR2_EXT_UCLIBC_VERSION_0_9_28_3=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=y
|
||||
# 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.24"
|
||||
BR2_DEFAULT_KERNEL_HEADERS="2.6.28"
|
||||
|
||||
#
|
||||
# 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
|
||||
UCLIBC_VERSION="0.9.30"
|
||||
BR2_UCLIBC_CONFIG="toolchain/uClibc/uClibc-0.9.29.config"
|
||||
BR2_ENABLE_LOCALE=y
|
||||
# BR2_ENABLE_LOCALE_PREGENERATED is not set
|
||||
# BR2_PTHREADS_NONE is not set
|
||||
# BR2_PTHREADS is not set
|
||||
BR2_PTHREADS_OLD=y
|
||||
# BR2_PTHREADS_NATIVE is not set
|
||||
# BR2_PTHREAD_DEBUG is not set
|
||||
BR2_UCLIBC_PROGRAM_INVOCATION=y
|
||||
# BR2_UCLIBC_INSTALL_TEST_SUITE is not set
|
||||
|
||||
#
|
||||
# Binutils Options
|
||||
@ -228,6 +266,11 @@ BR2_UCLIBC_PROGRAM_INVOCATION=y
|
||||
# BR2_BINUTILS_VERSION_2_17_50_0_17 is not set
|
||||
BR2_BINUTILS_VERSION_2_18=y
|
||||
# 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 is not set
|
||||
BR2_BINUTILS_VERSION="2.18"
|
||||
BR2_EXTRA_BINUTILS_CONFIG_OPTIONS=""
|
||||
|
||||
@ -238,8 +281,11 @@ BR2_EXTRA_BINUTILS_CONFIG_OPTIONS=""
|
||||
# BR2_GCC_VERSION_4_0_4 is not set
|
||||
# BR2_GCC_VERSION_4_1_2 is not set
|
||||
BR2_GCC_VERSION_4_2_1=y
|
||||
# BR2_GCC_VERSION_4_2_2 is not set
|
||||
# BR2_GCC_VERSION_4_2_3 is not set
|
||||
# BR2_GCC_IS_SNAP 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 is not set
|
||||
BR2_GCC_SUPPORTS_SYSROOT=y
|
||||
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
|
||||
BR2_GCC_VERSION="4.2.1"
|
||||
@ -258,6 +304,7 @@ BR2_GCC_SHARED_LIBGCC=y
|
||||
# Ccache Options
|
||||
#
|
||||
BR2_CCACHE=y
|
||||
BR2_CCACHE_DIR="$(TOOL_BUILD_DIR)/ccache-$(CCACHE_VER)/cache"
|
||||
|
||||
#
|
||||
# Gdb Options
|
||||
@ -267,14 +314,10 @@ BR2_CCACHE=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=y
|
||||
BR2_PACKAGE_SSTRIP_HOST=y
|
||||
# BR2_ENABLE_MULTILIB is not set
|
||||
@ -295,9 +338,12 @@ BR2_PACKAGE_BUSYBOX=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=y
|
||||
# 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.10.0"
|
||||
BR2_BUSYBOX_VERSION="1.13.2"
|
||||
BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
|
||||
BR2_PACKAGE_BUSYBOX_CONFIG=""
|
||||
# BR2_PACKAGE_BUSYBOX_HIDE_OTHERS is not set
|
||||
@ -337,48 +383,58 @@ BR2_PACKAGE_GETTEXT=y
|
||||
# BR2_PACKAGE_GETTEXT_STATIC is not set
|
||||
BR2_PACKAGE_LIBINTL=y
|
||||
# BR2_PACKAGE_LIBGMP is not set
|
||||
# BR2_PACKAGE_GPERF is not set
|
||||
# BR2_PACKAGE_LIBMPFR is not set
|
||||
BR2_PACKAGE_LIBTOOL=y
|
||||
BR2_PACKAGE_M4=y
|
||||
# BR2_PACKAGE_OPROFILE is not set
|
||||
BR2_PACKAGE_PKGCONFIG=y
|
||||
BR2_READLINE=y
|
||||
BR2_PACKAGE_READLINE_TARGET=y
|
||||
# BR2_PACKAGE_READLINE_HEADERS is not set
|
||||
# BR2_PACKAGE_PCRE is not set
|
||||
|
||||
#
|
||||
# Other stuff
|
||||
#
|
||||
BR2_PACKAGE_AT=y
|
||||
# BR2_PACKAGE_BEECRYPT is not set
|
||||
# BR2_PACKAGE_BERKELEYDB is not set
|
||||
# BR2_PACKAGE_BSDIFF is not set
|
||||
# BR2_PACKAGE_BOOTUTILS is not set
|
||||
# BR2_PACKAGE_CUPS is not set
|
||||
# BR2_PACKAGE_CUSTOMIZE is not set
|
||||
# BR2_PACKAGE_DASH is not set
|
||||
BR2_PACKAGE_FILE=y
|
||||
# BR2_PACKAGE_GAMIN is not set
|
||||
# BR2_PACKAGE_ICU is not set
|
||||
# BR2_PACKAGE_IPKG is not set
|
||||
# BR2_PACKAGE_KEXEC is not set
|
||||
BR2_PACKAGE_LESS=y
|
||||
# BR2_PACKAGE_LIBCONFIG is not set
|
||||
# BR2_PACKAGE_LIBCONFUSE is not set
|
||||
BR2_PACKAGE_LIBDAEMON=y
|
||||
# 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=y
|
||||
# BR2_PACKAGE_LIBLOCKFILE is not set
|
||||
# BR2_PACKAGE_LIBOIL is not set
|
||||
BR2_PACKAGE_LIBSYSFS=y
|
||||
# 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_LTRACE is not set
|
||||
# BR2_PACKAGE_LTT is not set
|
||||
# BR2_PACKAGE_MEMSTAT is not set
|
||||
BR2_PACKAGE_MODULE_INIT_TOOLS=y
|
||||
# BR2_PACKAGE_NG_SPICE_REWORK is not set
|
||||
# BR2_PACKAGE_PORTAGE is not set
|
||||
# BR2_PACKAGE_POPT is not set
|
||||
# BR2_PACKAGE_PROCPS is not set
|
||||
# BR2_PACKAGE_PSMISC is not set
|
||||
# BR2_PACKAGE_SQLITE is not set
|
||||
# BR2_PACKAGE_SCREEN is not set
|
||||
# BR2_PACKAGE_STARTUP_NOTIFICATION is not set
|
||||
BR2_PACKAGE_STRACE=y
|
||||
BR2_PACKAGE_SUDO=y
|
||||
@ -387,12 +443,24 @@ BR2_PACKAGE_SUDO=y
|
||||
# BR2_PACKAGE_TINYLOGIN is not set
|
||||
# BR2_PACKAGE_UTIL-LINUX is not set
|
||||
BR2_PACKAGE_WHICH=y
|
||||
BR2_TEXTEDIT_SUPPORT=y
|
||||
|
||||
#
|
||||
# Database
|
||||
#
|
||||
# BR2_PACKAGE_MYSQL_CLIENT is not set
|
||||
# BR2_PACKAGE_SQLITE is not set
|
||||
|
||||
#
|
||||
# Text editors
|
||||
#
|
||||
BR2_PACKAGE_ED=y
|
||||
BR2_PACKAGE_NANO=y
|
||||
BR2_PACKAGE_UEMACS=y
|
||||
# BR2_PACKAGE_VIM is not set
|
||||
BR2_NETWORK_SUPPORT=y
|
||||
|
||||
#
|
||||
# Networking
|
||||
#
|
||||
|
||||
#
|
||||
# Networking applications
|
||||
@ -401,11 +469,10 @@ BR2_NETWORK_SUPPORT=y
|
||||
BR2_PACKAGE_AVAHI=y
|
||||
BR2_PACKAGE_AVAHI_AUTOIPD=y
|
||||
# BR2_PACKAGE_AVAHI_DAEMON is not set
|
||||
# BR2_PACKAGE_AXEL is not set
|
||||
# BR2_PACKAGE_BOA 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_ISC_DHCP=y
|
||||
# BR2_PACKAGE_DHCP_SERVER is not set
|
||||
# BR2_PACKAGE_DHCP_RELAY is not set
|
||||
@ -415,6 +482,7 @@ BR2_PACKAGE_DNSMASQ_TFTP=y
|
||||
BR2_PACKAGE_DROPBEAR=y
|
||||
BR2_PACKAGE_ETHTOOL=y
|
||||
# BR2_PACKAGE_HASERL is not set
|
||||
# BR2_PACKAGE_IFPLUGD is not set
|
||||
# BR2_PACKAGE_IRDA_UTILS is not set
|
||||
BR2_PACKAGE_IPERF=y
|
||||
# BR2_PACKAGE_IPROUTE2 is not set
|
||||
@ -431,18 +499,23 @@ BR2_PACKAGE_IPTABLES=y
|
||||
# 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_LIBEXOSIP2 is not set
|
||||
# BR2_PACKAGE_LIBOSIP2 is not set
|
||||
BR2_PACKAGE_LIBPCAP=y
|
||||
BR2_PACKAGE_LIBUPNP=y
|
||||
# BR2_PACKAGE_LIGHTTPD is not set
|
||||
# BR2_PACKAGE_LINKS is not set
|
||||
BR2_PACKAGE_LRZSZ=y
|
||||
BR2_PACKAGE_MDNSRESPONDER=y
|
||||
BR2_PACKAGE_MDNSRESPONDER_UTILS=y
|
||||
BR2_PACKAGE_MICROCOM=y
|
||||
# BR2_PACKAGE_MIIDIAG is not set
|
||||
# BR2_PACKAGE_MROUTED is not set
|
||||
# BR2_PACKAGE_MUTT is not set
|
||||
BR2_PACKAGE_NBD=y
|
||||
# BR2_PACKAGE_NCFTP is not set
|
||||
# BR2_PACKAGE_NEON is not set
|
||||
# BR2_PACKAGE_NETCAT is not set
|
||||
# BR2_PACKAGE_NETKITBASE is not set
|
||||
# BR2_PACKAGE_NETKITTELNET is not set
|
||||
@ -455,7 +528,8 @@ BR2_PACKAGE_NTP=y
|
||||
# BR2_PACKAGE_OPENNTPD is not set
|
||||
# BR2_PACKAGE_OPENSSH is not set
|
||||
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=y
|
||||
@ -463,7 +537,6 @@ BR2_PACKAGE_PORTMAP=y
|
||||
# BR2_PACKAGE_RP_PPPOE is not set
|
||||
# BR2_PACKAGE_PPTP_LINUX is not set
|
||||
BR2_PACKAGE_PROFTPD=y
|
||||
# BR2_PACKAGE_QUAGGA is not set
|
||||
|
||||
#
|
||||
# quagga suite
|
||||
@ -484,6 +557,10 @@ BR2_PACKAGE_SAMBA=y
|
||||
#
|
||||
# BR2_PACKAGE_SAMBA_CIFS is not set
|
||||
# BR2_PACKAGE_SAMBA_EVENTLOGADM is not set
|
||||
|
||||
#
|
||||
# findsmb - disabled (requires nmblookup, smbclient and perl)
|
||||
#
|
||||
# BR2_PACKAGE_SAMBA_NET is not set
|
||||
BR2_PACKAGE_SAMBA_NMBD=y
|
||||
BR2_PACKAGE_SAMBA_NMBLOOKUP=y
|
||||
@ -501,34 +578,40 @@ BR2_PACKAGE_SAMBA_SMBPASSWD=y
|
||||
BR2_PACKAGE_SAMBA_SMBSTATUS=y
|
||||
# BR2_PACKAGE_SAMBA_SMBTREE is not set
|
||||
BR2_PACKAGE_SAMBA_SWAT=y
|
||||
BR2_PACKAGE_SAMBA_SMBTAR=y
|
||||
# BR2_PACKAGE_SAMBA_TDB is not set
|
||||
# BR2_PACKAGE_SAMBA_TESTPARM is not set
|
||||
# BR2_PACKAGE_SAMBA_WINBINDD is not set
|
||||
BR2_PACKAGE_SOCAT=y
|
||||
BR2_PACKAGE_SOCAT_PREDEF_CRDLY_SHIFT="9"
|
||||
BR2_PACKAGE_SOCAT_PREDEF_TABDLY_SHIFT="11"
|
||||
BR2_PACKAGE_SOCAT_PREDEF_CSIZE_SHIFT="4"
|
||||
# BR2_PACKAGE_STUNNEL is not set
|
||||
BR2_PACKAGE_TCPDUMP=y
|
||||
# BR2_PACKAGE_TCPDUMP_SMB is not set
|
||||
BR2_PACKAGE_DHCPDUMP=y
|
||||
# BR2_PACKAGE_TFTPD is not set
|
||||
# BR2_PACKAGE_LIGHTTPD is not set
|
||||
# BR2_PACKAGE_THTTPD is not set
|
||||
# BR2_PACKAGE_TINYHTTPD is not set
|
||||
# BR2_PACKAGE_TN5250 is not set
|
||||
# BR2_PACKAGE_TTCP is not set
|
||||
# BR2_PACKAGE_UDPCAST is not set
|
||||
|
||||
#
|
||||
# vpnc - disabled (requires libgcrypt and libgpg_error)
|
||||
#
|
||||
# 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_WGET=y
|
||||
# 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
|
||||
@ -537,6 +620,8 @@ BR2_BLOCKDEV_SUPPORT=y
|
||||
# BR2_PACKAGE_HDPARM is not set
|
||||
BR2_PACKAGE_HOTPLUG=y
|
||||
# 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
|
||||
@ -593,7 +678,10 @@ BR2_PACKAGE_UDEV_SCSI_ID=y
|
||||
# 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=y
|
||||
BR2_PACKAGE_ALSA_UTILS=y
|
||||
|
||||
@ -616,11 +704,14 @@ BR2_PACKAGE_ALSA_UTILS_ALSAMIXER=y
|
||||
# BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST is not set
|
||||
# BR2_PACKAGE_ASTERISK is not set
|
||||
# BR2_PACKAGE_AUMIX is not set
|
||||
# BR2_PACKAGE_GSTREAMER is not set
|
||||
BR2_PACKAGE_LIBID3TAG=y
|
||||
BR2_PACKAGE_LIBMAD=y
|
||||
# BR2_PACKAGE_LIBMAD_TARGET_HEADERS is not set
|
||||
# BR2_PACKAGE_LIBMPD is not set
|
||||
# BR2_PACKAGE_LIBOGG is not set
|
||||
# BR2_PACKAGE_LIBSNDFILE is not set
|
||||
# BR2_PACKAGE_LIBTHEORA is not set
|
||||
|
||||
#
|
||||
# libvorbis requires the package libogg to build
|
||||
@ -629,13 +720,22 @@ BR2_PACKAGE_MADPLAY=y
|
||||
BR2_PACKAGE_MADPLAY_ALSA=y
|
||||
BR2_PACKAGE_MPG123=y
|
||||
BR2_PACKAGE_MPG123_ALSA=y
|
||||
BR2_PACKAGE_MPLAYER=y
|
||||
# BR2_PACKAGE_SPEEX is not set
|
||||
BR2_GRAPHIC_SUPPORT=y
|
||||
# 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
|
||||
@ -649,13 +749,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_PIXMAN is not set
|
||||
# BR2_PACKAGE_SDL is not set
|
||||
# BR2_PACKAGE_SDL_MIXER is not set
|
||||
# BR2_PACKAGE_SDL_TTF is not set
|
||||
# BR2_PACKAGE_TIFF is not set
|
||||
|
||||
#
|
||||
@ -663,7 +764,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
|
||||
@ -671,30 +772,20 @@ 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
|
||||
# BR2_PACKAGE_XSERVER_tinyx is not set
|
||||
BR2_X11_PREFIX="/usr"
|
||||
|
||||
#
|
||||
# X libraries and helper libraries
|
||||
#
|
||||
|
||||
#
|
||||
# atk - disabled (requires libglib2)
|
||||
#
|
||||
# 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_LIBSEXY is not set
|
||||
|
||||
#
|
||||
# fltk - disabled (requires Xorg(7))
|
||||
#
|
||||
BR2_PACKAGE_LIBGLIB2=y
|
||||
# BR2_PACKAGE_OPENMOTIF is not set
|
||||
# BR2_PACKAGE_FONTCONFIG is not set
|
||||
# BR2_PACKAGE_FREETYPE is not set
|
||||
@ -706,10 +797,6 @@ BR2_X11_PREFIX="/usr"
|
||||
#
|
||||
# BR2_PACKAGE_MATCHBOX is not set
|
||||
|
||||
#
|
||||
# blackbox - disabled (requires Xorg(7))
|
||||
#
|
||||
|
||||
#
|
||||
# X applications
|
||||
#
|
||||
@ -718,7 +805,6 @@ BR2_X11_PREFIX="/usr"
|
||||
#
|
||||
# dillo - disabled (requires jpeg,libglib12,libgtk12,zlib,libpng and Xorg(7))
|
||||
#
|
||||
# BR2_PACKAGE_DOCKER is not set
|
||||
# BR2_PACKAGE_GQVIEW is not set
|
||||
# BR2_PACKAGE_LEAFPAD is not set
|
||||
|
||||
@ -734,40 +820,55 @@ BR2_X11_PREFIX="/usr"
|
||||
# BR2_PACKAGE_XVKBD is not set
|
||||
|
||||
#
|
||||
# Video libraries/codecs and applications
|
||||
# Compressors / decompressors
|
||||
#
|
||||
BR2_PACKAGE_MPLAYER=y
|
||||
BR2_COMPRESSOR_SUPPORT=y
|
||||
BR2_PACKAGE_GZIP=y
|
||||
# BR2_PACKAGE_LZO is not set
|
||||
# BR2_PACKAGE_LZMA_TARGET is not set
|
||||
BR2_PACKAGE_LZMA_HOST=y
|
||||
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
|
||||
# BR2_PACKAGE_RPM 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
|
||||
BR2_XML_SUPPORT=y
|
||||
|
||||
#
|
||||
# XML handling
|
||||
#
|
||||
BR2_PACKAGE_EXPAT=y
|
||||
# BR2_PACKAGE_EZXML is not set
|
||||
BR2_PACKAGE_LIBXML2=y
|
||||
# BR2_PACKAGE_LIBXML2_TARGET_HEADERS is not set
|
||||
# BR2_PACKAGE_LIBXSLT is not set
|
||||
# BR2_PACKAGE_XERCES is not set
|
||||
BR2_JAVA_SUPPORT=y
|
||||
|
||||
#
|
||||
# Java
|
||||
#
|
||||
# BR2_PACKAGE_CLASSPATH is not set
|
||||
BR2_GAMES=y
|
||||
# BR2_PACKAGE_LXDOOM is not set
|
||||
# BR2_PACKAGE_LXDOOM_WAD is not set
|
||||
|
||||
#
|
||||
# Games
|
||||
#
|
||||
# BR2_PACKAGE_GNUCHESS is not set
|
||||
# BR2_PACKAGE_XBOARD is not set
|
||||
# BR2_PACKAGE_RUBIX 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
|
||||
@ -806,14 +907,19 @@ BR2_TARGET_ROOTFS_JFFS2_LE=y
|
||||
# BR2_TARGET_ROOTFS_JFFS2_SUMMARY is not set
|
||||
BR2_TARGET_ROOTFS_JFFS2_OUTPUT="$(IMAGE).jffs2"
|
||||
BR2_TARGET_ROOTFS_JFFS2_COPYTO=""
|
||||
# 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 is not set
|
||||
BR2_TARGET_ROOTFS_INITRAMFS=y
|
||||
# BR2_TARGET_ROOTFS_ROMFS is not set
|
||||
|
||||
#
|
||||
# bootloader for target device
|
||||
#
|
||||
BR2_TARGET_CUSTOM_UBOOT=y
|
||||
BR2_BOOTSOURCE_DATAFLASHCARD=y
|
||||
BR2_BOOTSOURCE=y
|
||||
|
||||
#
|
||||
# Kernel
|
||||
@ -825,16 +931,25 @@ BR2_KERNEL_LINUX_ADVANCED=y
|
||||
BR2_PACKAGE_LINUX=y
|
||||
BR2_PACKAGE_LINUX_KCONFIG="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-linux-$(LINUX26_VERSION).config"
|
||||
BR2_PACKAGE_LINUX_FORMAT="uImage"
|
||||
BR2_KERNEL_PATCH_LEVEL="$(BR2_KERNEL_MINORLEVEL)"
|
||||
BR2_KERNEL_CURRENT_VERSION="2.6.24.4"
|
||||
BR2_KERNEL_NEXT_VERSION="2.6.25"
|
||||
BR2_KERNEL_THIS_VERSION="2.6.24"
|
||||
BR2_KERNEL_CURRENT_VERSION="2.6.27.10"
|
||||
BR2_KERNEL_LATEST_2_6_27="10"
|
||||
BR2_KERNEL_LATEST_2_6_26="8"
|
||||
BR2_KERNEL_LATEST_2_6_25="9"
|
||||
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_NEXT_VERSION="2.6.29"
|
||||
BR2_KERNEL_THIS_VERSION="2.6.28"
|
||||
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_KERNEL_PATCH_SITE="http://ftp.kernel.org/pub/linux/kernel/v2.6/"
|
||||
# BR2_LINUX_2_6_STABLE is not set
|
||||
BR2_LINUX_2_6_24=y
|
||||
# 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_10 is not set
|
||||
# BR2_LINUX_2_6_22_1 is not set
|
||||
@ -843,39 +958,37 @@ BR2_LINUX_2_6_24=y
|
||||
# BR2_LINUX_2_6_21_5 is not set
|
||||
# BR2_LINUX_2_6_21 is not set
|
||||
# BR2_LINUX_2_6_20 is not set
|
||||
# BR2_LINUX_2_6_25 is not set
|
||||
BR2_LINUX_2_6_28=y
|
||||
# BR2_LINUX_2_6_29 is not set
|
||||
# BR2_LINUX26_CUSTOM is not set
|
||||
|
||||
#
|
||||
# Patches
|
||||
#
|
||||
BR2_KERNEL_ADD_KERNEL_ORG_PATCH=y
|
||||
# BR2_KERNEL_ADD_LATEST is not set
|
||||
# BR2_KERNEL_ADD_KERNEL_ORG_PATCH is not set
|
||||
# BR2_KERNEL_ADD_LATEST_MINORPATCH is not set
|
||||
BR2_KERNEL_ADD_MINORPATCH=y
|
||||
# BR2_KERNEL_ADD_MINORPATCH is not set
|
||||
# BR2_KERNEL_ADD_LATEST_RC_PATCH is not set
|
||||
# BR2_KERNEL_ADD_RC_PATCH is not set
|
||||
# BR2_KERNEL_ADD_LATEST_SNAPSHOT is not set
|
||||
# BR2_KERNEL_ADD_SNAPSHOT is not set
|
||||
# BR2_KERNEL_ADD_LATEST_MM_PATCH is not set
|
||||
# BR2_KERNEL_ADD_MM_PATCH is not set
|
||||
BR2_KERNEL_ADD_PATCH=y
|
||||
BR2_KERNEL_MINORLEVEL="4"
|
||||
BR2_KERNEL_ARCH_PATCH_ENABLED=y
|
||||
BR2_ARCH_AT91_2_6_24=y
|
||||
BR2_ARCH_AT91_2_6_28=y
|
||||
# BR2_ARCH_AT91_2_6_27_7 is not set
|
||||
# BR2_ARCH_AT91_2_6_26 is not set
|
||||
# BR2_ARCH_AT91_2_6_26_RC3 is not set
|
||||
# BR2_ARCH_AT91_2_6_25 is not set
|
||||
# BR2_ARCH_AT91_2_6_24 is not set
|
||||
# BR2_ARCH_AT91_2_6_22_1 is not set
|
||||
# BR2_ARCH_AT91_2_6_21_5 is not set
|
||||
# BR2_ARCH_AT91_2_6_21_1 is not set
|
||||
# BR2_ARCH_AT91_2_6_20_4 is not set
|
||||
BR2_KERNEL_ARCH_PATCH_VERSION="2.6.24"
|
||||
BR2_KERNEL_ARCH_PATCH_DIR="target/device/Atmel/arch-arm/kernel-patches-$(BR2_KERNEL_ARCH_PATCH_VERSION)"
|
||||
BR2_LINUX_BSP_PATCH=""
|
||||
BR2_KERNEL_PATCH="patch-$(BR2_DOWNLOAD_LINUX26_VERSION).$(BR2_KERNEL_PATCH_LEVEL).bz2"
|
||||
# BR2_KERNEL_PREPATCHED is not set
|
||||
BR2_KERNEL_BASE=y
|
||||
# BR2_KERNEL_LATEST is not set
|
||||
BR2_DOWNLOAD_LINUX26_VERSION="$(BR2_KERNEL_THIS_VERSION)"
|
||||
BR2_LINUX26_VERSION="$(BR2_KERNEL_THIS_VERSION).$(BR2_KERNEL_PATCH_LEVEL)"
|
||||
BR2_LINUX26_VERSION="$(BR2_KERNEL_THIS_VERSION)"
|
||||
|
||||
#
|
||||
# Linux Kernel Configuration
|
||||
|
@ -13,8 +13,4 @@ endif
|
||||
ifneq ($(BR2_TARGET_UBOOT_BOOTSOURCE_NANDFLASH),)
|
||||
UBOOT_BOARD_NAME:=at91sam9260ek_nandflash
|
||||
endif
|
||||
ALLAN=1
|
||||
else
|
||||
ALLAN=2
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Fri Jan 2 08:27:02 2009
|
||||
# Fri Jan 2 15:56:47 2009
|
||||
#
|
||||
BR2_HAVE_DOT_CONFIG=y
|
||||
BR2_VERSION="0.10.0-svn"
|
||||
@ -121,13 +121,9 @@ BR2_TARGET_AT91_ADVANCED_INFO=y
|
||||
BR2_AT91_LINUXPATCH_SITE="http://maxim.org.za/AT91RM9200/2.6"
|
||||
BR2_TARGET_ATMEL_COPYTO="/tftpboot"
|
||||
BR2_BOARD_PATH="target/device/Atmel/$(BR2_BOARD_NAME)"
|
||||
BR2_TARGET_UBOOT_AT91=y
|
||||
BR2_TARGET_UBOOT_SERVERIP_AT91="10.175.196.221"
|
||||
BR2_TARGET_UBOOT_IPADDR_AT91="10.175.196.18"
|
||||
BR2_TARGET_UBOOT_GATEWAY_AT91="10.175.196.1"
|
||||
BR2_TARGET_UBOOT_NETMASK_AT91="255.255.255.0"
|
||||
BR2_TARGET_UBOOT_ETHADDR_AT91="04:25:fe:ed:00:18"
|
||||
# BR2_TARGET_UBOOT_AT91 is not set
|
||||
BR2_TARGET_AT91BOOTSTRAP=y
|
||||
BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9260ek"
|
||||
# BR2_TARGET_AT91BOOT_DATAFLASH is not set
|
||||
BR2_TARGET_AT91BOOT_DATAFLASHCARD=y
|
||||
# BR2_TARGET_AT91BOOT_NANDFLASH is not set
|
||||
@ -840,6 +836,27 @@ BR2_TARGET_ROOTFS_JFFS2_COPYTO="/tftpboot"
|
||||
#
|
||||
# bootloader for target device
|
||||
#
|
||||
BR2_TARGET_UBOOT=y
|
||||
BR2_TARGET_UBOOT_2009_01_RC1=y
|
||||
# BR2_TARGET_UBOOT_2008_10 is not set
|
||||
# BR2_TARGET_UBOOT_1_3_4 is not set
|
||||
# BR2_TARGET_UBOOT_2009_01 is not set
|
||||
BR2_UBOOT_VERSION="2009.01-rc1"
|
||||
BR2_TARGET_UBOOT_BOARDNAME="$(BOARD_NAME)"
|
||||
BR2_TARGET_UBOOT_CUSTOM_PATCH=""
|
||||
BR2_TARGET_UBOOT_BOOTSOURCE_DATAFLASHCARD=y
|
||||
BR2_TARGET_UBOOT_BOOTSOURCE="dataflash"
|
||||
BR2_TARGET_UBOOT_SERVERIP="10.175.196.221"
|
||||
BR2_TARGET_UBOOT_IPADDR="10.175.196.18"
|
||||
BR2_TARGET_UBOOT_GATEWAY="10.175.196.1"
|
||||
BR2_TARGET_UBOOT_NETMASK="255.255.255.0"
|
||||
BR2_TARGET_UBOOT_ETHADDR="04:25:fe:ed:00:18"
|
||||
# BR2_TARGET_UBOOT_SILENT is not set
|
||||
# BR2_TARGET_UBOOT_TOOL_MKIMAGE is not set
|
||||
# BR2_TARGET_UBOOT_TOOL_ENV is not set
|
||||
BR2_BOOTSOURCE_DATAFLASHCARD=y
|
||||
BR2_BOOTSOURCE_DATAFLASH=y
|
||||
BR2_BOOTSOURCE=y
|
||||
|
||||
#
|
||||
# Kernel
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user