Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
@ 2007-08-17 13:17 ulf at uclibc.org
  0 siblings, 0 replies; 16+ messages in thread
From: ulf at uclibc.org @ 2007-08-17 13:17 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-08-17 06:17:25 -0700 (Fri, 17 Aug 2007)
New Revision: 19542

Log:
Update atngw100 device table

Modified:
   trunk/buildroot/target/device/Atmel/atngw100/device_table.txt


Changeset:
Modified: trunk/buildroot/target/device/Atmel/atngw100/device_table.txt
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100/device_table.txt	2007-08-17 13:16:36 UTC (rev 19541)
+++ trunk/buildroot/target/device/Atmel/atngw100/device_table.txt	2007-08-17 13:17:25 UTC (rev 19542)
@@ -1,31 +1,31 @@
-# When building a target filesystem, it is desirable to not have to
-# become root and then run 'mknod' a thousand times.  Using a device 
-# table you can create device nodes and directories "on the fly".
+# When building a target filesystem, it is desirable to not have to become
+# root and then run 'mknod' a thousand times.  Using a device table you can
+# create device nodes and directories "on the fly".
 #
-# This is a sample device table file for use with genext2fs.  You can
-# do all sorts of interesting things with a device table file.  For
-# example, if you want to adjust the permissions on a particular file
-# you can just add an entry like:
+# This is a sample device table file for use with genext2fs.  You can do all
+# sorts of interesting things with a device table file.  For example, if you
+# want to adjust the permissions on a particular file you can just add an
+# entry like:
 #   /sbin/foobar        f       2755    0       0       -       -       -       -       -
-# and (assuming the file /sbin/foobar exists) it will be made setuid
-# root (regardless of what its permissions are on the host filesystem.
+# and (assuming the file /sbin/foobar exists) it will be made setuid root
+# (regardless of what its permissions are on the host filesystem.
 # Furthermore, you can use a single table entry to create a many device
-# minors.  For example, if I wanted to create /dev/hda and /dev/hda[0-15]
-# I could just use the following two table entries:
+# minors.  For example, if I wanted to create /dev/hda and /dev/hda[0-15] I
+# could just use the following two table entries:
 #   /dev/hda    b       640     0       0       3       0       0       0       -
 #   /dev/hda    b       640     0       0       3       1       1       1       15
-# 
+#
 # Device table entries take the form of:
 # <name>    <type>      <mode>  <uid>   <gid>   <major> <minor> <start> <inc>   <count>
-# where name is the file name,  type can be one of: 
+# where name is the file name,  type can be one of:
 #       f       A regular file
 #       d       Directory
 #       c       Character special device file
 #       b       Block special device file
 #       p       Fifo (named pipe)
-# uid is the user id for the target file, gid is the group id for the
-# target file.  The rest of the entries (major, minor, etc) apply only 
-# to device special files.
+# uid is the user id for the target file, gid is the group id for the target
+# file.  The rest of the entries (major, minor, etc) apply only to device
+# special files.
 
 # Have fun
 # -Erik Andersen <andersen@codepoet.org>
@@ -41,9 +41,10 @@
 /config		d	755	0	0	-	-	-	-	-
 /proc		d	755	0	0	-	-	-	-	-
 /lost+found	d	700	0	0	-	-	-	-	-
-/var/tmp	d	1777	0	0	-	-	-	-	-
 /var/lock	d	1777	0	0	-	-	-	-	-
+/var/log	d	755	0	0	-	-	-	-	-
 /var/run	d	1777	0	0	-	-	-	-	-
+/var/tmp	d	1777	0	0	-	-	-	-	-
 /home/avr32	d	2755	500	500	-	-	-	-	-
 /home/default	d	2755	1000	1000	-	-	-	-	-
 /www		d	755	0	0	-	-	-	-	-
@@ -61,7 +62,7 @@
 # Normal system devices
 #/dev/mem	c	640	0	0	1	1	0	0	-
 #/dev/kmem	c	640	0	0	1	2	0	0	-
-#/dev/null	c	666	0	0	1	3	0	0	-
+/dev/null	c	666	0	0	1	3	0	0	-
 #/dev/zero	c	666	0	0	1	5	0	0	-
 #/dev/random	c	666	0	0	1	8	0	0	-
 #/dev/urandom	c	666	0	0	1	9	0	0	-

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
@ 2007-09-12  4:40 ulf at uclibc.org
  0 siblings, 0 replies; 16+ messages in thread
From: ulf at uclibc.org @ 2007-09-12  4:40 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-09-11 21:40:45 -0700 (Tue, 11 Sep 2007)
New Revision: 19822

Log:
Update atngw100 board support

Modified:
   trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig


Changeset:
Modified: trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig	2007-09-12 04:40:02 UTC (rev 19821)
+++ trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig	2007-09-12 04:40:45 UTC (rev 19822)
@@ -1,25 +1,35 @@
 #
 # Automatically generated make config: don't edit
+# Wed Sep  5 08:47:23 2007
 #
 BR2_HAVE_DOT_CONFIG=y
+
+#
+# Project Options
+#
+BR2_PROJECT="atngw100"
+BR2_HOSTNAME="ATNGW100"
+BR2_BANNER="Welcome to the Erik's uClibc development environment."
 # BR2_alpha is not set
 # BR2_arm is not set
 # BR2_armeb is not set
 BR2_avr32=y
 # BR2_cris is not set
+# BR2_ia64 is not set
 # BR2_i386 is not set
 # BR2_m68k is not set
 # BR2_mips is not set
 # 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
 # BR2_x86_64 is not set
-BR2_ap7000=y
-# BR2_ap7010 is not set
-# BR2_ap7020 is not set
+BR2_at32ap7000=y
+# BR2_at32ap7001 is not set
+# BR2_at32ap7002 is not set
 BR2_ARCH="avr32"
 BR2_ENDIAN="BIG"
 
@@ -28,22 +38,52 @@
 #
 BR2_WGET="wget --passive-ftp"
 BR2_SVN="svn co"
+BR2_GIT="git clone"
 BR2_ZCAT="zcat"
 BR2_BZCAT="bzcat"
 BR2_TAR_OPTIONS=""
 BR2_DL_DIR="$(BASE_DIR)/src/dl"
+
+#
+# Mirrors and Download locations
+#
 BR2_SOURCEFORGE_MIRROR="easynews"
+
+#
+# Atmel Mirrors
+#
 BR2_ATMEL_MIRROR="ftp://at91dist:distrib at 81.80.104.162/AT91_Third_Party_Design_Flow/Linux_Host/"
+BR2_AT91_PATCH_MIRROR="http://maxim.org.za/AT91RM9200/2.6/"
 BR2_STAGING_DIR="$(BUILD_DIR)/staging_dir"
 BR2_TOPDIR_PREFIX=""
 BR2_TOPDIR_SUFFIX=""
 BR2_GNU_BUILD_SUFFIX="pc-linux-gnu"
 BR2_GNU_TARGET_SUFFIX="linux-uclibc"
-BR2_JLEVEL=1
+BR2_JLEVEL=2
 # BR2_PREFER_IMA is not set
 # BR2_DEPRECATED is not set
+BR2_STRIP_strip=y
+# BR2_STRIP_sstrip is not set
+# BR2_STRIP_none is not set
+# BR2_PREFER_STATIC_LIB is not set
+# BR2_HAVE_MANPAGES is not set
+# BR2_HAVE_INFOPAGES is not set
+BR2_UPDATE_CONFIG=y
+
+#
+# Toolchain type
+#
 BR2_TOOLCHAIN_BUILDROOT=y
 # BR2_TOOLCHAIN_EXTERNAL is not set
+# BR2_TOOLCHAIN_NORMAL is not set
+BR2_TOOLCHAIN_ATMEL_AVR32=y
+BR2_VENDOR_SITE="$(BR2_ATMEL_MIRROR)/Source"
+BR2_VENDOR_SUFFIX="-avr32"
+BR2_VENDOR_BINUTILS_RELEASE="-2.0"
+BR2_VENDOR_GCC_RELEASE="-2.0"
+BR2_VENDOR_UCLIBC_RELEASE="-2.0"
+BR2_VENDOR_GDB_RELEASE="-2.0"
+BR2_VENDOR_PATCH_DIR="target/device/Atmel/toolchain/avr32"
 
 #
 # Toolchain Options
@@ -61,21 +101,28 @@
 # BR2_KERNEL_HEADERS_2_6_12 is not set
 # BR2_KERNEL_HEADERS_2_6_19_2 is not set
 # BR2_KERNEL_HEADERS_2_6_20 is not set
-BR2_KERNEL_HEADERS_2_6_21=y
-BR2_DEFAULT_KERNEL_HEADERS="2.6.21.3"
+# BR2_KERNEL_HEADERS_2_6_21 is not set
+BR2_KERNEL_HEADERS_2_6_22=y
+# BR2_KERNEL_HEADERS_IPMI is not set
+# BR2_KERNEL_HEADERS_LZMA is not set
+# BR2_KERNEL_HEADERS_PATCH_DIR is not set
+BR2_DEFAULT_KERNEL_HEADERS="2.6.22.1"
 
 #
 # uClibc Options
 #
 # BR2_UCLIBC_VERSION_0_9_28 is not set
 BR2_UCLIBC_VERSION_0_9_28_3=y
+# BR2_UCLIBC_VERSION_0_9_29 is not set
 # BR2_UCLIBC_VERSION_SNAPSHOT is not set
+BR2_UCLIBC_CONFIG="toolchain/uClibc/uClibc-0.9.28.config"
 # BR2_ENABLE_LOCALE 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=y
+# BR2_UCLIBC_PROGRAM_INVOCATION is not set
 
 #
 # Binutils Options
@@ -100,6 +147,8 @@
 # BR2_BINUTILS_VERSION_2_17_50_0_10 is not set
 # BR2_BINUTILS_VERSION_2_17_50_0_12 is not set
 # BR2_BINUTILS_VERSION_2_17_50_0_14 is not set
+# BR2_BINUTILS_VERSION_2_17_50_0_16 is not set
+# BR2_BINUTILS_VERSION_2_17_50_0_17 is not set
 BR2_BINUTILS_VERSION="2.17"
 BR2_EXTRA_BINUTILS_CONFIG_OPTIONS=""
 
@@ -121,13 +170,14 @@
 # BR2_GCC_VERSION_4_1_0 is not set
 # BR2_GCC_VERSION_4_1_1 is not set
 BR2_GCC_VERSION_4_1_2=y
-# BR2_GCC_VERSION_4_2 is not set
+# BR2_GCC_VERSION_4_2_0 is not set
+# BR2_GCC_VERSION_4_2_1 is not set
 BR2_GCC_VERSION="4.1.2"
 # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
-BR2_GCC_AVR32_CONFIGURATION=y
 BR2_EXTRA_GCC_CONFIG_OPTIONS=""
+# BR2_GCC_CROSS_CXX is not set
 BR2_INSTALL_LIBSTDCPP=y
-# BR2_GCC_SHARED_LIBGCC is not set
+BR2_GCC_SHARED_LIBGCC=y
 
 #
 # Ccache Options
@@ -144,6 +194,7 @@
 # BR2_GDB_VERSION_6_3 is not set
 BR2_GDB_VERSION_6_4=y
 # BR2_GDB_VERSION_6_5 is not set
+# BR2_GDB_VERSION_6_6 is not set
 # BR2_GDB_VERSION_SNAPSHOT is not set
 BR2_GDB_VERSION="6.4"
 
@@ -160,6 +211,9 @@
 # BR2_PACKAGE_SSTRIP_HOST is not set
 # BR2_ENABLE_MULTILIB is not set
 BR2_LARGEFILE=y
+BR2_INET_IPV6=y
+BR2_INET_RPC=y
+BR2_USE_WCHAR=y
 BR2_TARGET_OPTIMIZATION="-Os -pipe"
 BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y
 
@@ -177,9 +231,13 @@
 # BR2_BUSYBOX_VERSION_1_4_0 is not set
 # BR2_BUSYBOX_VERSION_1_4_1 is not set
 # BR2_BUSYBOX_VERSION_1_4_2 is not set
-BR2_BUSYBOX_VERSION_1_5_0=y
+# BR2_BUSYBOX_VERSION_1_5_0 is not set
+# BR2_BUSYBOX_VERSION_1_5_1 is not set
+# BR2_BUSYBOX_VERSION_1_6_0 is not set
+BR2_BUSYBOX_VERSION_1_6_1=y
+# BR2_BUSYBOX_VERSION_1_7_0 is not set
 # BR2_PACKAGE_BUSYBOX_SNAPSHOT is not set
-BR2_BUSYBOX_VERSION="1.5.0"
+BR2_BUSYBOX_VERSION="1.6.1"
 BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS=y
 BR2_PACKAGE_BUSYBOX_CONFIG=""
 BR2_PACKAGE_BUSYBOX_HIDE_OTHERS=y
@@ -214,7 +272,6 @@
 # BR2_PACKAGE_LIBMPFR is not set
 # BR2_PACKAGE_LIBTOOL is not set
 # BR2_PACKAGE_M4 is not set
-# BR2_PACKAGE_MPATROL is not set
 # BR2_PACKAGE_PKGCONFIG is not set
 # BR2_READLINE is not set
 # BR2_PACKAGE_XERCES is not set
@@ -229,11 +286,15 @@
 # BR2_PACKAGE_DASH is not set
 BR2_PACKAGE_FILE=y
 # BR2_PACKAGE_KEXEC 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_LIBLOCKFILE is not set
 BR2_PACKAGE_LIBSYSFS=y
+# BR2_PACKAGE_LIBXML2 is not set
 # BR2_PACKAGE_LOCKFILE_PROGS is not set
 # BR2_PACKAGE_LSOF is not set
 # BR2_PACKAGE_LTP-TESTSUITE is not set
@@ -246,6 +307,8 @@
 BR2_NETWORK_SUPPORT=y
 # BR2_PACKAGE_ARGUS is not set
 BR2_PACKAGE_AVAHI=y
+BR2_PACKAGE_AVAHI_AUTOIPD=y
+# BR2_PACKAGE_AVAHI_DAEMON is not set
 # BR2_PACKAGE_BOA is not set
 # BR2_PACKAGE_BIND is not set
 BR2_PACKAGE_BRIDGE=y
@@ -253,10 +316,9 @@
 # BR2_PACKAGE_LIBCURL is not set
 BR2_PACKAGE_DNSMASQ=y
 BR2_PACKAGE_DROPBEAR=y
-BR2_PACKAGE_DROPBEAR_URANDOM=y
 # BR2_PACKAGE_ETHTOOL is not set
 BR2_PACKAGE_HASERL=y
-# BR2_PACKAGE_HOSTAP is not set
+# BR2_PACKAGE_IRDA_UTILS is not set
 # BR2_PACKAGE_IPERF is not set
 # BR2_PACKAGE_IPROUTE2 is not set
 # BR2_PACKAGE_IPSEC_TOOLS is not set
@@ -265,17 +327,20 @@
 # BR2_PACKAGE_LIBCGI is not set
 # BR2_PACKAGE_LIBCGICC is not set
 # BR2_PACKAGE_LIBPCAP is not set
-# BR2_PACKAGE_LIGHTTPD is not set
 # BR2_PACKAGE_LINKS is not set
 BR2_PACKAGE_LRZSZ=y
+# BR2_PACKAGE_MDNSRESPONDER 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_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
 BR2_PACKAGE_NTP=y
+# BR2_PACKAGE_NTP_SNTP is not set
 # BR2_PACKAGE_OPENNTPD is not set
 # BR2_PACKAGE_OPENSSH is not set
 # BR2_PACKAGE_OPENSSL is not set
@@ -283,7 +348,22 @@
 # BR2_PACKAGE_OPENSWAN is not set
 BR2_PACKAGE_PORTMAP=y
 # 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
+#
+# BR2_PACKAGE_QUAGGA_ZEBRA is not set
+# BR2_PACKAGE_QUAGGA_BGPD is not set
+# 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=y
 BR2_PACKAGE_SAMBA=y
 
@@ -316,9 +396,11 @@
 # BR2_PACKAGE_SOCAT is not set
 # BR2_PACKAGE_STUNNEL is not set
 # BR2_PACKAGE_TCPDUMP is not set
+# BR2_PACKAGE_DHCPDUMP is not set
 # BR2_PACKAGE_TFTPD is not set
 # BR2_PACKAGE_TN5250 is not set
 # BR2_PACKAGE_TTCP is not set
+# BR2_PACKAGE_VPNC is not set
 # BR2_PACKAGE_VTUN is not set
 # BR2_PACKAGE_WIRELESS_TOOLS is not set
 BR2_BLOCKDEV_SUPPORT=y
@@ -326,16 +408,20 @@
 # BR2_PACKAGE_DM is not set
 # BR2_PACKAGE_DMRAID is not set
 # BR2_PACKAGE_E2FSPROGS is not set
+# BR2_PACKAGE_GADGETFS_TEST is not set
 # BR2_PACKAGE_HAL is not set
 # BR2_PACKAGE_HWDATA is not set
 # BR2_PACKAGE_IOSTAT is not set
+# BR2_PACKAGE_LIBAIO is not set
 # BR2_PACKAGE_LIBRAW1394 is not set
 # BR2_PACKAGE_LIBUSB is not set
+# BR2_PACKAGE_LM_SENSORS is not set
 # BR2_PACKAGE_LVM2 is not set
 # BR2_PACKAGE_MDADM is not set
 # BR2_PACKAGE_MEMTESTER is not set
 # BR2_PACKAGE_MKDOSFS is not set
 BR2_PACKAGE_MTD=y
+# BR2_PACKAGE_MTD_EXPERIMENTAL is not set
 
 #
 # MTD package selection
@@ -409,8 +495,11 @@
 # BR2_TARGET_ROOTFS_EXT2_LZMA is not set
 BR2_TARGET_ROOTFS_EXT2_COPYTO=""
 BR2_TARGET_ROOTFS_JFFS2=y
-BR2_TARGET_ROOTFS_JFFS2_DEFAULT_PAGESIZE=y
+BR2_TARGET_ROOTFS_JFFS2_FLASH=y
+# BR2_TARGET_ROOTFS_JFFS2_DATAFLASH is not set
+BR2_TARGET_ROOTFS_JFFS2_PAGESIZE=0x1000
 BR2_TARGET_ROOTFS_JFFS2_EBSIZE=0x10000
+# BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER is not set
 # BR2_JFFS2_TARGET_SREC is not set
 # BR2_TARGET_ROOTFS_JFFS2_PAD is not set
 # BR2_TARGET_ROOTFS_JFFS2_LE is not set
@@ -426,25 +515,61 @@
 # BR2_TARGET_ROOTFS_TAR_LZMA is not set
 BR2_TARGET_ROOTFS_TAR_OPTIONS=""
 # BR2_TARGET_ROOTFS_CPIO is not set
+# BR2_TARGET_ROOTFS_INITRAMFS is not set
 
 #
 # bootloader for target device
 #
 
 #
-# Board Support Options
+# Linux Options
 #
 BR2_PACKAGE_LINUX=y
-BR2_PACKAGE_LINUX_KCONFIG=""
-BR2_PACKAGE_LINUX_FORMAT=""
+# BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG is not set
+BR2_PACKAGE_LINUX_KCONFIG="$(BOARD_PATH)/$(BOARD_NAME)-linux-$(LINUX26_VERSION).config"
+BR2_PACKAGE_LINUX_FORMAT="uImage"
 
 #
-# Atmel board support
+# Board Support Options
 #
-# BR2_TARGET_ATMEL_ATSTK1000 is not set
-BR2_TARGET_ATMEL_ATNGW100=y
+BR2_TARGET_ATMEL=y
 
 #
+# Atmel AVR32 Specific Device Support
+#
+BR2_TARGET_AVR32=y
+BR2_TARGET_AT32AP7000=y
+# BR2_TARGET_AT32AP7001 is not set
+# BR2_TARGET_AT32AP7002 is not set
+
+#
+# Development Board support
+#
+# BR2_TARGET_AVR32_ATSTK1002 is not set
+BR2_TARGET_AVR32_ATNGW100=y
+BR2_BOARD_NAME="atngw100"
+
+#
+# Package support
+#
+
+#
+# Secondary locations
+#
+BR2_TARGET_ATMEL_COPYTO="/tftpboot"
+BR2_BOARD_PATH="target/device/Atmel/$(BR2_BOARD_NAME)"
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_SERVERIP="10.175.196.220"
+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"
+
+#
+# It will be copied to $(BR2_AT91BOOTSTRAP_JUMP_ADDR)
+#
+
+#
 # Generic System Support
 #
 # BR2_TARGET_GENERIC_ACCESS_POINT is not set

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
@ 2007-09-20 16:44 ulf at uclibc.org
  2007-09-26 21:02 ` Bernhard Fischer
  0 siblings, 1 reply; 16+ messages in thread
From: ulf at uclibc.org @ 2007-09-20 16:44 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-09-20 09:44:15 -0700 (Thu, 20 Sep 2007)
New Revision: 19912

Log:
Enable CONFIG_SEQ in busybox for ngw100

Modified:
   trunk/buildroot/target/device/Atmel/atngw100/busybox-1.6.1.config


Changeset:
Modified: trunk/buildroot/target/device/Atmel/atngw100/busybox-1.6.1.config
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100/busybox-1.6.1.config	2007-09-20 16:43:16 UTC (rev 19911)
+++ trunk/buildroot/target/device/Atmel/atngw100/busybox-1.6.1.config	2007-09-20 16:44:15 UTC (rev 19912)
@@ -193,7 +193,7 @@
 # CONFIG_REALPATH is not set
 CONFIG_RM=y
 CONFIG_RMDIR=y
-# CONFIG_SEQ is not set
+CONFIG_SEQ=y
 CONFIG_SHA1SUM=y
 CONFIG_SLEEP=y
 # CONFIG_FEATURE_FANCY_SLEEP is not set

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
  2007-09-20 16:44 ulf at uclibc.org
@ 2007-09-26 21:02 ` Bernhard Fischer
  2007-09-27  0:27   ` Ulf Samuelsson
  0 siblings, 1 reply; 16+ messages in thread
From: Bernhard Fischer @ 2007-09-26 21:02 UTC (permalink / raw)
  To: buildroot

On Thu, Sep 20, 2007 at 09:44:16AM -0700, ulf at uclibc.org wrote:
>Author: ulf
>Date: 2007-09-20 09:44:15 -0700 (Thu, 20 Sep 2007)
>New Revision: 19912
>
>Log:
>Enable CONFIG_SEQ in busybox for ngw100
>
>Modified:
>   trunk/buildroot/target/device/Atmel/atngw100/busybox-1.6.1.config

That's interresting. atngw100_defconfig doesn't build for me since at
least some hundred revisions.

Can you please show me the exact commands that are ment to build this
config?

PS: In fact, what ATMEL defconfig can i use as a reference if *any*
of these ATMEL targets is building successfully?

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
@ 2007-09-27  0:19 ulf at uclibc.org
  0 siblings, 0 replies; 16+ messages in thread
From: ulf at uclibc.org @ 2007-09-27  0:19 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-09-26 17:19:42 -0700 (Wed, 26 Sep 2007)
New Revision: 20053

Log:
Add minimal AVR config

Added:
   trunk/buildroot/target/device/Atmel/atngw100/atngw100small_defconfig


Changeset:
Added: trunk/buildroot/target/device/Atmel/atngw100/atngw100small_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100/atngw100small_defconfig	                        (rev 0)
+++ trunk/buildroot/target/device/Atmel/atngw100/atngw100small_defconfig	2007-09-27 00:19:42 UTC (rev 20053)
@@ -0,0 +1,595 @@
+#
+# Automatically generated make config: don't edit
+# Thu Sep 27 01:49:02 2007
+#
+BR2_HAVE_DOT_CONFIG=y
+BR2_VERSION="0.10.0-svn"
+# BR2_alpha is not set
+# BR2_arm is not set
+# BR2_armeb is not set
+BR2_avr32=y
+# BR2_cris is not set
+# BR2_ia64 is not set
+# BR2_i386 is not set
+# BR2_m68k is not set
+# BR2_mips is not set
+# 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
+# BR2_sparc64 is not set
+# BR2_x86_64 is not set
+BR2_at32ap7000=y
+# BR2_at32ap7001 is not set
+# BR2_at32ap7002 is not set
+BR2_ARCH="avr32"
+BR2_ENDIAN="BIG"
+
+#
+# Target options
+#
+
+#
+# Project Options
+#
+BR2_PROJECT="atngw100"
+BR2_HOSTNAME="ATNGW100"
+BR2_BANNER="Welcome to the Erik's uClibc development environment."
+
+#
+# Preset Devices
+#
+BR2_PACKAGE_LINUX=y
+BR2_TARGET_ATMEL=y
+
+#
+# Atmel AVR32 Specific Device Support
+#
+BR2_TARGET_AVR32=y
+BR2_TARGET_AT32AP7000=y
+# BR2_TARGET_AT32AP7001 is not set
+# BR2_TARGET_AT32AP7002 is not set
+
+#
+# Development Board support
+#
+# BR2_TARGET_AVR32_ATSTK1002 is not set
+BR2_TARGET_AVR32_ATNGW100=y
+BR2_BOARD_NAME="atngw100"
+
+#
+# Package support
+#
+
+#
+# Secondary locations
+#
+BR2_TARGET_ATMEL_COPYTO="/tftpboot"
+BR2_BOARD_PATH="target/device/Atmel/$(BR2_BOARD_NAME)"
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_SERVERIP="10.175.196.220"
+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"
+
+#
+# It will be copied to $(BR2_AT91BOOTSTRAP_JUMP_ADDR)
+#
+
+#
+# Generic System Support
+#
+# BR2_TARGET_GENERIC_ACCESS_POINT is not set
+# BR2_TARGET_GENERIC_FIREWALL is not set
+# BR2_TARGET_GENERIC_DEV_SYSTEM is not set
+
+#
+# Build options
+#
+BR2_WGET="wget --passive-ftp"
+BR2_SVN_CO="svn co"
+BR2_SVN_UP="svn up"
+BR2_GIT="git clone"
+BR2_ZCAT="zcat"
+BR2_BZCAT="bzcat"
+BR2_TAR_OPTIONS=""
+BR2_DL_DIR="$(BASE_DIR)/src/dl"
+
+#
+# Mirrors and Download locations
+#
+BR2_SOURCEFORGE_MIRROR="easynews"
+
+#
+# Atmel Mirrors
+#
+BR2_ATMEL_MIRROR="ftp://at91dist:distrib at 81.80.104.162/AT91_Third_Party_Design_Flow/Linux_Host/"
+BR2_AT91_PATCH_MIRROR="http://maxim.org.za/AT91RM9200/2.6/"
+BR2_STAGING_DIR="$(BUILD_DIR)/staging_dir"
+BR2_TOPDIR_PREFIX=""
+BR2_TOPDIR_SUFFIX=""
+BR2_GNU_BUILD_SUFFIX="pc-linux-gnu"
+BR2_GNU_TARGET_SUFFIX="linux-uclibc"
+BR2_JLEVEL=2
+# BR2_PREFER_IMA is not set
+# BR2_DEPRECATED is not set
+BR2_STRIP_strip=y
+# BR2_STRIP_sstrip is not set
+# BR2_STRIP_none is not set
+# BR2_PREFER_STATIC_LIB is not set
+# BR2_HAVE_MANPAGES is not set
+# BR2_HAVE_INFOPAGES is not set
+BR2_UPDATE_CONFIG=y
+
+#
+# Toolchain
+#
+# BR2_TOOLCHAIN_BUILDROOT is not set
+# BR2_TOOLCHAIN_EXTERNAL is not set
+BR2_TOOLCHAIN_EXTERNAL_SOURCE=y
+BR2_TOOLCHAIN_SOURCE=y
+BR2_TOOLCHAIN_ATMEL_AVR32=y
+# BR2_TOOLCHAIN_UNKNOWNVENDOR is not set
+BR2_VENDOR_SITE="$(BR2_ATMEL_MIRROR)/Source"
+BR2_VENDOR_SUFFIX="-avr32"
+BR2_VENDOR_BINUTILS_RELEASE="-2.0"
+BR2_VENDOR_GCC_RELEASE="-2.0"
+BR2_VENDOR_UCLIBC_RELEASE="-2.0"
+BR2_VENDOR_GDB_RELEASE="-2.0"
+BR2_VENDOR_PATCH_DIR="target/device/Atmel/toolchain/avr32"
+
+#
+# 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=y
+# BR2_KERNEL_HEADERS_2_6_22 is not set
+# BR2_KERNEL_HEADERS_SNAP is not set
+# BR2_KERNEL_HEADERS_IPMI is not set
+# BR2_KERNEL_HEADERS_LZMA is not set
+# BR2_KERNEL_HEADERS_RT is not set
+# BR2_KERNEL_HEADERS_PATCH_DIR is not set
+BR2_DEFAULT_KERNEL_HEADERS="2.6.22.1"
+
+#
+# uClibc Options
+#
+BR2_UCLIBC_VERSION_0_9_28_3=y
+# BR2_UCLIBC_VERSION_0_9_29 is not set
+# BR2_UCLIBC_VERSION_SNAPSHOT is not set
+BR2_UCLIBC_CONFIG="target/device/Atmel/uClibc.config.avr32"
+# BR2_ENABLE_LOCALE 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=y
+# BR2_UCLIBC_PROGRAM_INVOCATION is not set
+
+#
+# Binutils Options
+#
+BR2_BINUTILS_VERSION_2_17=y
+# 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 is not set
+BR2_BINUTILS_VERSION="2.17"
+BR2_EXTRA_BINUTILS_CONFIG_OPTIONS=""
+
+#
+# GCC 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=y
+# BR2_GCC_VERSION_4_2_0 is not set
+# BR2_GCC_VERSION_4_2_1 is not set
+# BR2_GCC_SUPPORTS_SYSROOT is not set
+# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
+BR2_GCC_VERSION="4.1.2"
+# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
+BR2_EXTRA_GCC_CONFIG_OPTIONS=""
+# BR2_GCC_CROSS_CXX is not set
+# BR2_INSTALL_LIBSTDCPP is not set
+BR2_GCC_SHARED_LIBGCC=y
+
+#
+# Ccache Options
+#
+# BR2_CCACHE is not set
+
+#
+# Gdb Options
+#
+# BR2_PACKAGE_GDB is not set
+# BR2_PACKAGE_GDB_SERVER is not set
+# BR2_PACKAGE_GDB_HOST is not set
+
+#
+# elf2flt
+#
+# 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=y
+BR2_INET_IPV6=y
+BR2_INET_RPC=y
+BR2_USE_WCHAR=y
+BR2_TARGET_OPTIMIZATION="-Os -pipe"
+BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y
+
+#
+# Package Selection for the target
+#
+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_PACKAGE_BUSYBOX_SNAPSHOT is not set
+BR2_BUSYBOX_VERSION="1.7.1"
+BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS=y
+BR2_PACKAGE_BUSYBOX_CONFIG="target/device/Atmel/uClibc.config.avr32"
+# BR2_PACKAGE_BUSYBOX_HIDE_OTHERS is not set
+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_COREUTILS is not set
+# BR2_PACKAGE_DIFFUTILS is not set
+# BR2_PACKAGE_ED is not set
+# BR2_PACKAGE_FINDUTILS is not set
+# BR2_PACKAGE_FLEX is not set
+# BR2_PACKAGE_GAWK is not set
+# BR2_PACKAGE_GCC_TARGET is not set
+# BR2_PACKAGE_GREP is not set
+# BR2_PACKAGE_MAKE is not set
+# BR2_PACKAGE_PATCH is not set
+# BR2_PACKAGE_SED is not set
+# BR2_PACKAGE_TAR is not set
+
+#
+# Other development stuff
+#
+# BR2_PACKAGE_AUTOCONF is not set
+# BR2_PACKAGE_AUTOMAKE is not set
+# BR2_PACKAGE_BISON is not set
+# 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 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_LIBMPFR is not set
+# BR2_PACKAGE_LIBTOOL is not set
+# BR2_PACKAGE_M4 is not set
+# BR2_PACKAGE_PKGCONFIG is not set
+# BR2_READLINE is not set
+# BR2_PACKAGE_XERCES is not set
+
+#
+# Other stuff
+#
+# BR2_PACKAGE_AT is not set
+# BR2_PACKAGE_BERKELEYDB is not set
+# BR2_PACKAGE_BSDIFF is not set
+# BR2_PACKAGE_CUSTOMIZE is not set
+# BR2_PACKAGE_DASH is not set
+# BR2_PACKAGE_FILE is not set
+# BR2_PACKAGE_KEXEC is not set
+# BR2_PACKAGE_LESS 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_LIBLOCKFILE is not set
+BR2_PACKAGE_LIBSYSFS=y
+# BR2_PACKAGE_LIBXML2 is not set
+# BR2_PACKAGE_LOCKFILE_PROGS is not set
+# BR2_PACKAGE_LSOF is not set
+# BR2_PACKAGE_LTP-TESTSUITE is not set
+# BR2_PACKAGE_LTT is not set
+# BR2_PACKAGE_MODULE_INIT_TOOLS is not set
+# BR2_PACKAGE_MODUTILS is not set
+# BR2_PACKAGE_NANO is not set
+# BR2_PACKAGE_PORTAGE is not set
+# BR2_PACKAGE_PROCPS is not set
+# BR2_PACKAGE_PSMISC is not set
+# BR2_PACKAGE_SQLITE is not set
+# BR2_PACKAGE_STRACE is not set
+# BR2_PACKAGE_SUDO is not set
+# BR2_PACKAGE_SYSKLOGD is not set
+# BR2_PACKAGE_SYSVINIT is not set
+# BR2_PACKAGE_TINYLOGIN is not set
+# BR2_PACKAGE_UEMACS is not set
+# BR2_PACKAGE_UTIL-LINUX is not set
+# BR2_PACKAGE_WHICH is not set
+BR2_NETWORK_SUPPORT=y
+
+#
+# Networking applications
+#
+# BR2_PACKAGE_ARGUS is not set
+# BR2_PACKAGE_AVAHI 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 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_IPROUTE2 is not set
+# BR2_PACKAGE_IPSEC_TOOLS is not set
+# BR2_PACKAGE_IPTABLES is not set
+# BR2_PACKAGE_L2TP is not set
+# BR2_PACKAGE_LIBCGI is not set
+# BR2_PACKAGE_LIBCGICC is not set
+# BR2_PACKAGE_LIBPCAP 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_MROUTED is not set
+# BR2_PACKAGE_MUTT is not set
+# BR2_PACKAGE_NBD is not set
+# BR2_PACKAGE_NCFTP is not set
+# BR2_PACKAGE_NETCAT 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
+# BR2_PACKAGE_NTP is not set
+# BR2_PACKAGE_OLSR is not set
+# BR2_PACKAGE_OPENNTPD is not set
+# BR2_PACKAGE_OPENSSH is not set
+# BR2_PACKAGE_OPENSSL 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_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
+#
+# BR2_PACKAGE_QUAGGA_ZEBRA is not set
+# BR2_PACKAGE_QUAGGA_BGPD is not set
+# 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
+# BR2_PACKAGE_SAMBA is not set
+# BR2_PACKAGE_SOCAT is not set
+# BR2_PACKAGE_STUNNEL is not set
+# BR2_PACKAGE_TCPDUMP is not set
+# BR2_PACKAGE_DHCPDUMP is not set
+# 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_VPNC is not set
+# BR2_PACKAGE_VTUN is not set
+# BR2_PACKAGE_WGET is not set
+# BR2_PACKAGE_WIRELESS_TOOLS is not set
+BR2_BLOCKDEV_SUPPORT=y
+# BR2_PACKAGE_DBUS is not set
+# BR2_PACKAGE_DM is not set
+# BR2_PACKAGE_DMRAID is not set
+# BR2_PACKAGE_E2FSPROGS is not set
+# BR2_PACKAGE_GADGETFS_TEST is not set
+# BR2_PACKAGE_HAL is not set
+# BR2_PACKAGE_HDPARM is not set
+# BR2_PACKAGE_HOTPLUG is not set
+# BR2_PACKAGE_HWDATA is not set
+# BR2_PACKAGE_IOSTAT is not set
+# BR2_PACKAGE_LIBAIO is not set
+# BR2_PACKAGE_LIBRAW1394 is not set
+# BR2_PACKAGE_LIBUSB is not set
+# BR2_PACKAGE_LM_SENSORS is not set
+# BR2_PACKAGE_LVM2 is not set
+# BR2_PACKAGE_MDADM is not set
+# BR2_PACKAGE_MEMTESTER is not set
+# BR2_PACKAGE_MKDOSFS is not set
+BR2_PACKAGE_MTD=y
+# BR2_PACKAGE_MTD_EXPERIMENTAL is not set
+
+#
+# MTD package selection
+#
+BR2_PACKAGE_MTD_ORIG=y
+# BR2_PACKAGE_MTD_SNAPSHOT is not set
+BR2_PACKAGE_MTD_ORIG_STRING="mtd-utils-1.0.0.tar.gz"
+
+#
+# MTD tools selection
+#
+BR2_PACKAGE_MTD_FLASH_ERASE=y
+BR2_PACKAGE_MTD_FLASH_ERASEALL=y
+# BR2_PACKAGE_MTD_FLASH_INFO is not set
+# BR2_PACKAGE_MTD_FLASH_LOCK is not set
+# BR2_PACKAGE_MTD_FLASH_UNLOCK is not set
+# BR2_PACKAGE_MTD_FLASHCP is not set
+# BR2_PACKAGE_MTD_ERASE is not set
+BR2_PACKAGE_MTD_JFFS2DUMP=y
+# BR2_PACKAGE_MTD_JFFS3DUMP is not set
+# BR2_PACKAGE_MTD_SUMTOOL is not set
+# BR2_PACKAGE_MTD_FTL_CHECK is not set
+# BR2_PACKAGE_MTD_FTL_FORMAT is not set
+# BR2_PACKAGE_MTD_NFTL_FORMAT is not set
+# BR2_PACKAGE_MTD_NFTLDUMP is not set
+BR2_PACKAGE_MTD_MKFSJFFS2=y
+# BR2_PACKAGE_MTD_MKFSJFFS is not set
+# BR2_PACKAGE_MTD_NANDDUMP is not set
+# BR2_PACKAGE_MTD_NANDWRITE is not set
+BR2_PACKAGE_MTD_MTD_DEBUG=y
+# BR2_PACKAGE_MTD_DOCFDISK is not set
+# BR2_PACKAGE_MTD_DOC_LOADBIOS is not set
+# BR2_PACKAGE_PCIUTILS is not set
+# BR2_PACKAGE_PCMCIA is not set
+# BR2_PACKAGE_RAIDTOOLS is not set
+# BR2_PACKAGE_SETSERIAL is not set
+# BR2_PACKAGE_SFDISK is not set
+# BR2_PACKAGE_SMARTMONTOOLS is not set
+BR2_PACKAGE_UDEV=y
+BR2_PACKAGE_UDEV_UTILS=y
+
+#
+# Extra udev tools
+#
+# BR2_PACKAGE_UDEV_VOLUME_ID is not set
+# BR2_PACKAGE_UDEV_SCSI_ID 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 is not set
+# BR2_GRAPHIC_SUPPORT is not set
+BR2_COMPRESSOR_SUPPORT=y
+# BR2_PACKAGE_GZIP is not set
+# 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 is not set
+
+#
+# Target filesystem options
+#
+
+#
+# filesystem for target device
+#
+# BR2_TARGET_ROOTFS_CRAMFS is not set
+# BR2_TARGET_ROOTFS_CLOOP is not set
+BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_BLOCKS=0
+BR2_TARGET_ROOTFS_EXT2_INODES=0
+BR2_TARGET_ROOTFS_EXT2_RESBLKS=0
+BR2_TARGET_ROOTFS_EXT2_SQUASH=y
+BR2_TARGET_ROOTFS_EXT2_OUTPUT="$(IMAGE).ext2"
+# BR2_TARGET_ROOTFS_EXT2_NONE is not set
+# BR2_TARGET_ROOTFS_EXT2_GZIP is not set
+BR2_TARGET_ROOTFS_EXT2_BZIP2=y
+# BR2_TARGET_ROOTFS_EXT2_LZMA is not set
+BR2_TARGET_ROOTFS_EXT2_COPYTO=""
+BR2_TARGET_ROOTFS_JFFS2=y
+BR2_TARGET_ROOTFS_JFFS2_FLASH=y
+# BR2_TARGET_ROOTFS_JFFS2_DATAFLASH is not set
+BR2_TARGET_ROOTFS_JFFS2_PAGESIZE=0x1000
+BR2_TARGET_ROOTFS_JFFS2_EBSIZE=0x10000
+# BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER is not set
+# BR2_JFFS2_TARGET_SREC is not set
+# BR2_TARGET_ROOTFS_JFFS2_PAD is not set
+# BR2_TARGET_ROOTFS_JFFS2_LE is not set
+BR2_TARGET_ROOTFS_JFFS2_BE=y
+# BR2_TARGET_ROOTFS_JFFS2_SQUASH is not set
+BR2_TARGET_ROOTFS_JFFS2_OUTPUT="$(IMAGE).jffs2"
+BR2_TARGET_ROOTFS_JFFS2_COPYTO=""
+# BR2_TARGET_ROOTFS_SQUASHFS is not set
+BR2_TARGET_ROOTFS_TAR=y
+# BR2_TARGET_ROOTFS_TAR_NONE is not set
+# BR2_TARGET_ROOTFS_TAR_GZIP is not set
+BR2_TARGET_ROOTFS_TAR_BZIP2=y
+# BR2_TARGET_ROOTFS_TAR_LZMA is not set
+BR2_TARGET_ROOTFS_TAR_OPTIONS=""
+# BR2_TARGET_ROOTFS_CPIO is not set
+# BR2_TARGET_ROOTFS_INITRAMFS is not set
+
+#
+# bootloader for target device
+#
+
+#
+# Kernel
+#
+# BR2_KERNEL_none is not set
+BR2_KERNEL_LINUX=y
+# BR2_KERNEL_HURD is not set
+BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG=y
+BR2_PACKAGE_LINUX_KCONFIG="$(BOARD_PATH)/$(BOARD_NAME)-linux-$(LINUX26_VERSION).config"
+BR2_PACKAGE_LINUX_FORMAT="uImage"
+# BR2_LINUX_2_6_SNAP is not set
+# BR2_LINUX_2_6_MM is not set
+# BR2_LINUX_2_6_STABLE is not set
+BR2_LINUX_2_6_22_1=y
+# BR2_LINUX_2_6_22 is not set
+# BR2_LINUX_2_6_21_6 is not set
+# BR2_LINUX_2_6_21_1 is not set
+# BR2_LINUX_2_6_21 is not set
+# BR2_LINUX_2_6_20_4 is not set
+# BR2_LINUX_2_6_20 is not set
+# BR2_LINUX_2_6_19_2 is not set
+# BR2_LINUX_2_6_19 is not set
+# BR2_LINUX_2_6_18 is not set
+# BR2_LINUX_2_6_17 is not set
+# BR2_LINUX_2_6_16 is not set
+# BR2_LINUX_2_6_15 is not set
+# BR2_LINUX_2_6_23 is not set
+# BR2_LINUX_CUSTOM is not set
+
+#
+# Patches
+#
+BR2_LINUX_BSP_PATCH=""
+BR2_DOWNLOAD_LINUX26_VERSION="2.6.22.1"
+BR2_LINUX26_VERSION="2.6.22.1"
+BR2_LINUX26_RC_PATCH=""
+BR2_PACKAGE_LINUX_USE_KCONFIG=y
+# BR2_LINUX26_DEFCONFIG is not set
+# BR2_LINUX_CUSTOMIZE 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_IN_ROOTFS is not set
+BR2_LINUX_COPY=y
+BR2_LINUX_COPYTO="/tftpboot"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
  2007-09-26 21:02 ` Bernhard Fischer
@ 2007-09-27  0:27   ` Ulf Samuelsson
  2007-09-27  3:00     ` Thiago A. Corrêa
  0 siblings, 1 reply; 16+ messages in thread
From: Ulf Samuelsson @ 2007-09-27  0:27 UTC (permalink / raw)
  To: buildroot

ons 2007-09-26 klockan 23:02 +0200 skrev Bernhard Fischer:
> On Thu, Sep 20, 2007 at 09:44:16AM -0700, ulf at uclibc.org wrote:
> >Author: ulf
> >Date: 2007-09-20 09:44:15 -0700 (Thu, 20 Sep 2007)
> >New Revision: 19912
> >
> >Log:
> >Enable CONFIG_SEQ in busybox for ngw100
> >
> >Modified:
> >   trunk/buildroot/target/device/Atmel/atngw100/busybox-1.6.1.config
> 
> That's interresting. atngw100_defconfig doesn't build for me since at
> least some hundred revisions.

The toolset builds in the Atmel trunk at www.atmel.no/buildroot.
Something has broken after I checked in that toolset, and tested it.
I have been spending a lot of time trying to find out why.

When C++ is select, there is a problem with the current trunk.
The Atmel trunk, using the same source builds fine.
Something has happened with the toolchain makefile between July
and now, causing lots of problems building stdc++ver3.

Recently the uClibc for AVR32 build broke.
uclibc-0.9.28.config does not have the statement
# TARGET_avr32 is not set
I believe it was present in uclibc-0.9.28.3.config

I think that using the default uCLibc configuration file will
therefore use 386 architecture by default (you will get a question)
If the default is accepted, then things will break.

I just checked in a minimal build which does not exhibit the uClibc
problem.

make atngw100small_defconfig

should use a working uClibc config file

Will test building it during the night to see if there are other
problems.

BR
Ulf Samuelsson


> 
> Can you please show me the exact commands that are ment to build this
> config?
> 
> PS: In fact, what ATMEL defconfig can i use as a reference if *any*
> of these ATMEL targets is building successfully?

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
  2007-09-27  0:27   ` Ulf Samuelsson
@ 2007-09-27  3:00     ` Thiago A. Corrêa
  0 siblings, 0 replies; 16+ messages in thread
From: Thiago A. Corrêa @ 2007-09-27  3:00 UTC (permalink / raw)
  To: buildroot

Some 300 revisions ago, I was able to disable stdlibc++-v3 from the
make menuconfig. AFAIK, -v3 is some legacy stuff (?). Or is the
stdlibc++ from gcc 4.x still called -v3?

Back then it also didn't build. Now, I'm on -r2040 and I can't disable
it anymore, even thought I'm using the same .config

On 9/27/07, Ulf Samuelsson <ulf@atmel.com> wrote:
> ons 2007-09-26 klockan 23:02 +0200 skrev Bernhard Fischer:
> > On Thu, Sep 20, 2007 at 09:44:16AM -0700, ulf at uclibc.org wrote:
> > >Author: ulf
> > >Date: 2007-09-20 09:44:15 -0700 (Thu, 20 Sep 2007)
> > >New Revision: 19912
> > >
> > >Log:
> > >Enable CONFIG_SEQ in busybox for ngw100
> > >
> > >Modified:
> > >   trunk/buildroot/target/device/Atmel/atngw100/busybox-1.6.1.config
> >
> > That's interresting. atngw100_defconfig doesn't build for me since at
> > least some hundred revisions.
>
> The toolset builds in the Atmel trunk at www.atmel.no/buildroot.
> Something has broken after I checked in that toolset, and tested it.
> I have been spending a lot of time trying to find out why.
>
> When C++ is select, there is a problem with the current trunk.
> The Atmel trunk, using the same source builds fine.
> Something has happened with the toolchain makefile between July
> and now, causing lots of problems building stdc++ver3.
>
> Recently the uClibc for AVR32 build broke.
> uclibc-0.9.28.config does not have the statement
> # TARGET_avr32 is not set
> I believe it was present in uclibc-0.9.28.3.config
>
> I think that using the default uCLibc configuration file will
> therefore use 386 architecture by default (you will get a question)
> If the default is accepted, then things will break.
>
> I just checked in a minimal build which does not exhibit the uClibc
> problem.
>
> make atngw100small_defconfig
>
> should use a working uClibc config file
>
> Will test building it during the night to see if there are other
> problems.
>
> BR
> Ulf Samuelsson
>
>
> >
> > Can you please show me the exact commands that are ment to build this
> > config?
> >
> > PS: In fact, what ATMEL defconfig can i use as a reference if *any*
> > of these ATMEL targets is building successfully?
>
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
@ 2007-09-29 20:47 ulf at uclibc.org
  0 siblings, 0 replies; 16+ messages in thread
From: ulf at uclibc.org @ 2007-09-29 20:47 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-09-29 13:47:56 -0700 (Sat, 29 Sep 2007)
New Revision: 20128

Log:
Update nwg100 defconfig

Modified:
   trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig


Changeset:
Modified: trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig	2007-09-29 20:47:18 UTC (rev 20127)
+++ trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig	2007-09-29 20:47:56 UTC (rev 20128)
@@ -1,15 +1,9 @@
 #
 # Automatically generated make config: don't edit
-# Wed Sep  5 08:47:23 2007
+# Sat Sep 29 22:36:38 2007
 #
 BR2_HAVE_DOT_CONFIG=y
-
-#
-# Project Options
-#
-BR2_PROJECT="atngw100"
-BR2_HOSTNAME="ATNGW100"
-BR2_BANNER="Welcome to the Erik's uClibc development environment."
+BR2_VERSION="0.10.0-svn"
 # BR2_alpha is not set
 # BR2_arm is not set
 # BR2_armeb is not set
@@ -26,6 +20,7 @@
 # BR2_sh is not set
 # BR2_sh64 is not set
 # BR2_sparc is not set
+# BR2_sparc64 is not set
 # BR2_x86_64 is not set
 BR2_at32ap7000=y
 # BR2_at32ap7001 is not set
@@ -34,10 +29,70 @@
 BR2_ENDIAN="BIG"
 
 #
+# Target options
+#
+
+#
+# Project Options
+#
+BR2_PROJECT="atngw100"
+BR2_HOSTNAME="ATNGW100"
+BR2_BANNER="Welcome to the Erik's uClibc development environment."
+
+#
+# Preset Devices
+#
+BR2_PACKAGE_LINUX=y
+BR2_TARGET_ATMEL=y
+
+#
+# Atmel AVR32 Specific Device Support
+#
+BR2_TARGET_AVR32=y
+BR2_TARGET_AT32AP7000=y
+# BR2_TARGET_AT32AP7001 is not set
+# BR2_TARGET_AT32AP7002 is not set
+
+#
+# Development Board support
+#
+# BR2_TARGET_AVR32_ATSTK1002 is not set
+BR2_TARGET_AVR32_ATNGW100=y
+BR2_BOARD_NAME="atngw100"
+
+#
+# Package support
+#
+
+#
+# Secondary locations
+#
+BR2_TARGET_ATMEL_COPYTO="/tftpboot"
+BR2_BOARD_PATH="target/device/Atmel/$(BR2_BOARD_NAME)"
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_SERVERIP="10.175.196.220"
+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"
+
+#
+# It will be copied to $(BR2_AT91BOOTSTRAP_JUMP_ADDR)
+#
+
+#
+# Generic System Support
+#
+# BR2_TARGET_GENERIC_ACCESS_POINT is not set
+# BR2_TARGET_GENERIC_FIREWALL is not set
+# BR2_TARGET_GENERIC_DEV_SYSTEM is not set
+
+#
 # Build options
 #
 BR2_WGET="wget --passive-ftp"
-BR2_SVN="svn co"
+BR2_SVN_CO="svn co"
+BR2_SVN_UP="svn up"
 BR2_GIT="git clone"
 BR2_ZCAT="zcat"
 BR2_BZCAT="bzcat"
@@ -59,9 +114,9 @@
 BR2_TOPDIR_SUFFIX=""
 BR2_GNU_BUILD_SUFFIX="pc-linux-gnu"
 BR2_GNU_TARGET_SUFFIX="linux-uclibc"
-BR2_JLEVEL=2
+BR2_JLEVEL=1
 # BR2_PREFER_IMA is not set
-# BR2_DEPRECATED is not set
+BR2_DEPRECATED=y
 BR2_STRIP_strip=y
 # BR2_STRIP_sstrip is not set
 # BR2_STRIP_none is not set
@@ -71,12 +126,14 @@
 BR2_UPDATE_CONFIG=y
 
 #
-# Toolchain type
+# Toolchain
 #
-BR2_TOOLCHAIN_BUILDROOT=y
+# BR2_TOOLCHAIN_BUILDROOT is not set
 # BR2_TOOLCHAIN_EXTERNAL is not set
-# BR2_TOOLCHAIN_NORMAL is not set
+BR2_TOOLCHAIN_EXTERNAL_SOURCE=y
+BR2_TOOLCHAIN_SOURCE=y
 BR2_TOOLCHAIN_ATMEL_AVR32=y
+# BR2_TOOLCHAIN_UNKNOWNVENDOR is not set
 BR2_VENDOR_SITE="$(BR2_ATMEL_MIRROR)/Source"
 BR2_VENDOR_SUFFIX="-avr32"
 BR2_VENDOR_BINUTILS_RELEASE="-2.0"
@@ -86,10 +143,6 @@
 BR2_VENDOR_PATCH_DIR="target/device/Atmel/toolchain/avr32"
 
 #
-# Toolchain Options
-#
-
-#
 # Kernel Header Options
 #
 # BR2_KERNEL_HEADERS_2_4_25 is not set
@@ -99,85 +152,61 @@
 # 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_19_2 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=y
+BR2_KERNEL_HEADERS_2_6_22_1=y
+# BR2_KERNEL_HEADERS_2_6_22 is not set
+# BR2_KERNEL_HEADERS_SNAP is not set
 # BR2_KERNEL_HEADERS_IPMI is not set
 # BR2_KERNEL_HEADERS_LZMA is not set
-# BR2_KERNEL_HEADERS_PATCH_DIR is not set
+# BR2_KERNEL_HEADERS_RT is not set
+BR2_KERNEL_HEADERS_PATCH_DIR=y
 BR2_DEFAULT_KERNEL_HEADERS="2.6.22.1"
 
 #
 # uClibc Options
 #
-# BR2_UCLIBC_VERSION_0_9_28 is not set
 BR2_UCLIBC_VERSION_0_9_28_3=y
 # BR2_UCLIBC_VERSION_0_9_29 is not set
 # BR2_UCLIBC_VERSION_SNAPSHOT is not set
-BR2_UCLIBC_CONFIG="toolchain/uClibc/uClibc-0.9.28.config"
+BR2_UCLIBC_CONFIG="target/device/Atmel/uClibc.config.avr32"
 # BR2_ENABLE_LOCALE 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=y
-# BR2_UCLIBC_PROGRAM_INVOCATION is not set
+BR2_UCLIBC_PROGRAM_INVOCATION=y
 
 #
 # Binutils Options
 #
-# BR2_BINUTILS_VERSION_2_14_90_0_8 is not set
-# BR2_BINUTILS_VERSION_2_15 is not set
-# BR2_BINUTILS_VERSION_2_15_94_0_2_2 is not set
-# BR2_BINUTILS_VERSION_2_16_1 is not set
-# BR2_BINUTILS_VERSION_2_16_90_0_3 is not set
-# BR2_BINUTILS_VERSION_2_16_91_0_5 is not set
-# BR2_BINUTILS_VERSION_2_16_91_0_6 is not set
-# BR2_BINUTILS_VERSION_2_16_91_0_7 is not set
 BR2_BINUTILS_VERSION_2_17=y
-# BR2_BINUTILS_VERSION_2_17_50_0_2 is not set
-# BR2_BINUTILS_VERSION_2_17_50_0_3 is not set
-# BR2_BINUTILS_VERSION_2_17_50_0_4 is not set
-# BR2_BINUTILS_VERSION_2_17_50_0_5 is not set
-# BR2_BINUTILS_VERSION_2_17_50_0_6 is not set
-# BR2_BINUTILS_VERSION_2_17_50_0_7 is not set
-# BR2_BINUTILS_VERSION_2_17_50_0_8 is not set
-# BR2_BINUTILS_VERSION_2_17_50_0_9 is not set
-# BR2_BINUTILS_VERSION_2_17_50_0_10 is not set
-# BR2_BINUTILS_VERSION_2_17_50_0_12 is not set
-# BR2_BINUTILS_VERSION_2_17_50_0_14 is not set
-# BR2_BINUTILS_VERSION_2_17_50_0_16 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 is not set
 BR2_BINUTILS_VERSION="2.17"
 BR2_EXTRA_BINUTILS_CONFIG_OPTIONS=""
 
 #
-# Gcc Options
+# GCC Options
 #
-# BR2_GCC_VERSION_3_3_5 is not set
-# BR2_GCC_VERSION_3_3_6 is not set
-# BR2_GCC_VERSION_3_4_2 is not set
-# BR2_GCC_VERSION_3_4_3 is not set
-# BR2_GCC_VERSION_3_4_4 is not set
-# BR2_GCC_VERSION_3_4_5 is not set
 # BR2_GCC_VERSION_3_4_6 is not set
-# BR2_GCC_VERSION_4_0_0 is not set
-# BR2_GCC_VERSION_4_0_1 is not set
-# BR2_GCC_VERSION_4_0_2 is not set
-# BR2_GCC_VERSION_4_0_3 is not set
 # BR2_GCC_VERSION_4_0_4 is not set
-# BR2_GCC_VERSION_4_1_0 is not set
-# BR2_GCC_VERSION_4_1_1 is not set
 BR2_GCC_VERSION_4_1_2=y
 # BR2_GCC_VERSION_4_2_0 is not set
 # BR2_GCC_VERSION_4_2_1 is not set
+BR2_GCC_SUPPORTS_SYSROOT=y
+# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
 BR2_GCC_VERSION="4.1.2"
+BR2_TOOLCHAIN_SYSROOT=y
 # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
 BR2_EXTRA_GCC_CONFIG_OPTIONS=""
-# BR2_GCC_CROSS_CXX is not set
+BR2_GCC_CROSS_CXX=y
 BR2_INSTALL_LIBSTDCPP=y
-BR2_GCC_SHARED_LIBGCC=y
+# BR2_GCC_SHARED_LIBGCC is not set
 
 #
 # Ccache Options
@@ -188,15 +217,8 @@
 # Gdb Options
 #
 # BR2_PACKAGE_GDB is not set
-BR2_PACKAGE_GDB_SERVER=y
-BR2_PACKAGE_GDB_HOST=y
-# BR2_GDB_VERSION_6_2_1 is not set
-# BR2_GDB_VERSION_6_3 is not set
-BR2_GDB_VERSION_6_4=y
-# BR2_GDB_VERSION_6_5 is not set
-# BR2_GDB_VERSION_6_6 is not set
-# BR2_GDB_VERSION_SNAPSHOT is not set
-BR2_GDB_VERSION="6.4"
+# BR2_PACKAGE_GDB_SERVER is not set
+# BR2_PACKAGE_GDB_HOST is not set
 
 #
 # elf2flt
@@ -220,38 +242,35 @@
 #
 # Package Selection for the target
 #
-
-#
-# The default minimal system
-#
 BR2_PACKAGE_BUSYBOX=y
-# BR2_BUSYBOX_VERSION_1_0_1 is not set
-# BR2_BUSYBOX_VERSION_1_1_3 is not set
 # BR2_BUSYBOX_VERSION_1_2_2_1 is not set
-# BR2_BUSYBOX_VERSION_1_4_0 is not set
-# BR2_BUSYBOX_VERSION_1_4_1 is not set
-# BR2_BUSYBOX_VERSION_1_4_2 is not set
-# BR2_BUSYBOX_VERSION_1_5_0 is not set
-# BR2_BUSYBOX_VERSION_1_5_1 is not set
-# BR2_BUSYBOX_VERSION_1_6_0 is not set
-BR2_BUSYBOX_VERSION_1_6_1=y
+# 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_PACKAGE_BUSYBOX_SNAPSHOT is not set
-BR2_BUSYBOX_VERSION="1.6.1"
+BR2_BUSYBOX_VERSION="1.7.1"
 BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS=y
-BR2_PACKAGE_BUSYBOX_CONFIG=""
-BR2_PACKAGE_BUSYBOX_HIDE_OTHERS=y
+BR2_PACKAGE_BUSYBOX_CONFIG="target/device/Atmel/uClibc.config.avr32"
+# BR2_PACKAGE_BUSYBOX_HIDE_OTHERS is not set
 BR2_PACKAGE_BUSYBOX_SKELETON=y
 
 #
 # The minimum needed to build a uClibc development system
 #
-BR2_PACKAGE_BASH=y
-BR2_PACKAGE_BZIP2=y
+# BR2_PACKAGE_BASH is not set
+# BR2_PACKAGE_BZIP2 is not set
+# BR2_PACKAGE_COREUTILS is not set
 # BR2_PACKAGE_DIFFUTILS is not set
+# BR2_PACKAGE_ED is not set
+# BR2_PACKAGE_FINDUTILS is not set
 # BR2_PACKAGE_FLEX is not set
+# BR2_PACKAGE_GAWK is not set
 # BR2_PACKAGE_GCC_TARGET is not set
+# BR2_PACKAGE_GREP is not set
 # BR2_PACKAGE_MAKE is not set
+# BR2_PACKAGE_PATCH is not set
+# BR2_PACKAGE_SED is not set
+# BR2_PACKAGE_TAR is not set
 
 #
 # Other development stuff
@@ -284,8 +303,9 @@
 # BR2_PACKAGE_BSDIFF is not set
 # BR2_PACKAGE_CUSTOMIZE is not set
 # BR2_PACKAGE_DASH is not set
-BR2_PACKAGE_FILE=y
+# BR2_PACKAGE_FILE is not set
 # BR2_PACKAGE_KEXEC is not set
+# BR2_PACKAGE_LESS is not set
 BR2_PACKAGE_LIBDAEMON=y
 # BR2_PACKAGE_LIBELF is not set
 # BR2_PACKAGE_LIBEVENT is not set
@@ -299,54 +319,70 @@
 # BR2_PACKAGE_LSOF is not set
 # BR2_PACKAGE_LTP-TESTSUITE is not set
 # BR2_PACKAGE_LTT is not set
-# BR2_PACKAGE_MICROCOM is not set
+# BR2_PACKAGE_MODULE_INIT_TOOLS is not set
+# BR2_PACKAGE_MODUTILS is not set
+# BR2_PACKAGE_NANO is not set
 # BR2_PACKAGE_PORTAGE is not set
+# BR2_PACKAGE_PROCPS is not set
+# BR2_PACKAGE_PSMISC is not set
 # BR2_PACKAGE_SQLITE is not set
-BR2_PACKAGE_STRACE=y
+# BR2_PACKAGE_STRACE is not set
 # BR2_PACKAGE_SUDO is not set
+# BR2_PACKAGE_SYSKLOGD is not set
+# BR2_PACKAGE_SYSVINIT is not set
+# BR2_PACKAGE_TINYLOGIN is not set
+# BR2_PACKAGE_UEMACS is not set
+# BR2_PACKAGE_UTIL-LINUX is not set
+# BR2_PACKAGE_WHICH is not set
 BR2_NETWORK_SUPPORT=y
+
+#
+# Networking applications
+#
 # BR2_PACKAGE_ARGUS is not set
-BR2_PACKAGE_AVAHI=y
-BR2_PACKAGE_AVAHI_AUTOIPD=y
-# BR2_PACKAGE_AVAHI_DAEMON is not set
+# BR2_PACKAGE_AVAHI is not set
 # BR2_PACKAGE_BOA is not set
 # BR2_PACKAGE_BIND is not set
-BR2_PACKAGE_BRIDGE=y
+# BR2_PACKAGE_BRIDGE is not set
 # BR2_PACKAGE_CURL is not set
 # BR2_PACKAGE_LIBCURL is not set
-BR2_PACKAGE_DNSMASQ=y
-BR2_PACKAGE_DROPBEAR=y
+# BR2_PACKAGE_ISC_DHCP is not set
+# BR2_PACKAGE_DNSMASQ is not set
+# BR2_PACKAGE_DROPBEAR is not set
 # BR2_PACKAGE_ETHTOOL is not set
-BR2_PACKAGE_HASERL=y
+# BR2_PACKAGE_HASERL is not set
+# BR2_PACKAGE_HOSTAP is not set
 # BR2_PACKAGE_IRDA_UTILS 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=y
+# BR2_PACKAGE_IPTABLES is not set
 # BR2_PACKAGE_L2TP is not set
 # BR2_PACKAGE_LIBCGI is not set
 # BR2_PACKAGE_LIBCGICC is not set
 # BR2_PACKAGE_LIBPCAP is not set
 # BR2_PACKAGE_LINKS is not set
-BR2_PACKAGE_LRZSZ=y
+# BR2_PACKAGE_LRZSZ is not set
 # BR2_PACKAGE_MDNSRESPONDER is not set
+# BR2_PACKAGE_MICROCOM is not set
 # BR2_PACKAGE_MROUTED is not set
 # BR2_PACKAGE_MUTT is not set
-BR2_PACKAGE_NBD=y
+# BR2_PACKAGE_NBD is not set
 # BR2_PACKAGE_NCFTP is not set
+# BR2_PACKAGE_NETCAT 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
-BR2_PACKAGE_NTP=y
-# BR2_PACKAGE_NTP_SNTP is not set
+# BR2_PACKAGE_NTP is not set
+# BR2_PACKAGE_OLSR is not set
 # BR2_PACKAGE_OPENNTPD is not set
 # BR2_PACKAGE_OPENSSH is not set
 # BR2_PACKAGE_OPENSSL is not set
 # BR2_PACKAGE_OPENVPN is not set
 # BR2_PACKAGE_OPENSWAN is not set
-BR2_PACKAGE_PORTMAP=y
+# BR2_PACKAGE_PORTMAP is not set
 # BR2_PACKAGE_PPPD is not set
 # BR2_PACKAGE_RP_PPPOE is not set
 # BR2_PACKAGE_PPTP_LINUX is not set
@@ -364,44 +400,21 @@
 # BR2_PACKAGE_QUAGGA_OSPF6D is not set
 # BR2_PACKAGE_QUAGGA_WATCHQUAGGA is not set
 # BR2_PACKAGE_QUAGGA_ISISD is not set
-BR2_PACKAGE_RSYNC=y
-BR2_PACKAGE_SAMBA=y
-
-#
-# Samba tools selection
-#
-# BR2_PACKAGE_SAMBA_CIFS is not set
-# BR2_PACKAGE_SAMBA_EVENTLOGADM is not set
-# BR2_PACKAGE_SAMBA_NET is not set
-BR2_PACKAGE_SAMBA_NMBD=y
-BR2_PACKAGE_SAMBA_NMBLOOKUP=y
-# BR2_PACKAGE_SAMBA_NTLM_AUTH is not set
-# BR2_PACKAGE_SAMBA_PDBEDIT is not set
-# BR2_PACKAGE_SAMBA_PROFILES is not set
-# BR2_PACKAGE_SAMBA_RPCCLIENT is not set
-# BR2_PACKAGE_SAMBA_SMBCACLS is not set
-BR2_PACKAGE_SAMBA_SMBCLIENT=y
-# BR2_PACKAGE_SAMBA_SMBCONTROL is not set
-# BR2_PACKAGE_SAMBA_SMBCQUOTAS is not set
-# BR2_PACKAGE_SAMBA_SMBGET is not set
-BR2_PACKAGE_SAMBA_SMBPASSWD=y
-# BR2_PACKAGE_SAMBA_SMBSPOOL is not set
-BR2_PACKAGE_SAMBA_SMBSTATUS=y
-# BR2_PACKAGE_SAMBA_SMBTREE is not set
-BR2_PACKAGE_SAMBA_SWAT=y
-# BR2_PACKAGE_SAMBA_TDB is not set
-# BR2_PACKAGE_SAMBA_TESTPARM is not set
-BR2_PACKAGE_SAMBA_WINBINDD=y
-# BR2_PACKAGE_SAMBA_WBINFO is not set
+# BR2_PACKAGE_RSYNC is not set
+# BR2_PACKAGE_SAMBA is not set
 # BR2_PACKAGE_SOCAT is not set
 # BR2_PACKAGE_STUNNEL is not set
 # BR2_PACKAGE_TCPDUMP is not set
 # BR2_PACKAGE_DHCPDUMP is not set
 # 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_VPNC is not set
 # BR2_PACKAGE_VTUN is not set
+# BR2_PACKAGE_WGET is not set
 # BR2_PACKAGE_WIRELESS_TOOLS is not set
 BR2_BLOCKDEV_SUPPORT=y
 # BR2_PACKAGE_DBUS is not set
@@ -410,6 +423,8 @@
 # BR2_PACKAGE_E2FSPROGS is not set
 # BR2_PACKAGE_GADGETFS_TEST is not set
 # BR2_PACKAGE_HAL is not set
+# BR2_PACKAGE_HDPARM is not set
+# BR2_PACKAGE_HOTPLUG is not set
 # BR2_PACKAGE_HWDATA is not set
 # BR2_PACKAGE_IOSTAT is not set
 # BR2_PACKAGE_LIBAIO is not set
@@ -421,14 +436,10 @@
 # BR2_PACKAGE_MEMTESTER is not set
 # BR2_PACKAGE_MKDOSFS is not set
 BR2_PACKAGE_MTD=y
-# BR2_PACKAGE_MTD_EXPERIMENTAL is not set
-
-#
-# MTD package selection
-#
-BR2_PACKAGE_MTD_ORIG=y
+BR2_PACKAGE_MTD_UTILS=y
+# BR2_PACKAGE_MTD_20061007 is not set
+# BR2_PACKAGE_MTD_20050122 is not set
 # BR2_PACKAGE_MTD_SNAPSHOT is not set
-BR2_PACKAGE_MTD_ORIG_STRING="mtd-utils-1.0.0.tar.gz"
 
 #
 # MTD tools selection
@@ -458,16 +469,25 @@
 # BR2_PACKAGE_PCMCIA is not set
 # BR2_PACKAGE_RAIDTOOLS is not set
 # BR2_PACKAGE_SETSERIAL is not set
+# BR2_PACKAGE_SFDISK is not set
 # BR2_PACKAGE_SMARTMONTOOLS is not set
+BR2_PACKAGE_UDEV=y
+BR2_PACKAGE_UDEV_UTILS=y
+
+#
+# Extra udev tools
+#
+# BR2_PACKAGE_UDEV_VOLUME_ID is not set
+# BR2_PACKAGE_UDEV_SCSI_ID 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 is not set
 # BR2_GRAPHIC_SUPPORT is not set
-BR2_PACKAGE_NCURSES=y
 BR2_COMPRESSOR_SUPPORT=y
-# BR2_PACKAGE_LZO is not set
+# BR2_PACKAGE_GZIP is not set
+BR2_PACKAGE_LZO=y
 # BR2_PACKAGE_LZMA_TARGET is not set
 # BR2_PACKAGE_LZMA_HOST is not set
 BR2_PACKAGE_ZLIB=y
@@ -475,7 +495,7 @@
 # BR2_SCRIPTING_SUPPORT is not set
 
 #
-# Target Options
+# Target filesystem options
 #
 
 #
@@ -522,56 +542,52 @@
 #
 
 #
-# Linux Options
+# Kernel
 #
-BR2_PACKAGE_LINUX=y
-# BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG is not set
+# BR2_KERNEL_none is not set
+BR2_KERNEL_LINUX=y
+# BR2_KERNEL_HURD is not set
+BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG=y
 BR2_PACKAGE_LINUX_KCONFIG="$(BOARD_PATH)/$(BOARD_NAME)-linux-$(LINUX26_VERSION).config"
 BR2_PACKAGE_LINUX_FORMAT="uImage"
+# BR2_LINUX_2_6_SNAP is not set
+# BR2_LINUX_2_6_MM is not set
+# BR2_LINUX_2_6_STABLE is not set
+BR2_LINUX_2_6_22_1=y
+# BR2_LINUX_2_6_22 is not set
+# BR2_LINUX_2_6_21_6 is not set
+# BR2_LINUX_2_6_21_1 is not set
+# BR2_LINUX_2_6_21 is not set
+# BR2_LINUX_2_6_20_4 is not set
+# BR2_LINUX_2_6_20 is not set
+# BR2_LINUX_2_6_19_2 is not set
+# BR2_LINUX_2_6_19 is not set
+# BR2_LINUX_2_6_18 is not set
+# BR2_LINUX_2_6_17 is not set
+# BR2_LINUX_2_6_16 is not set
+# BR2_LINUX_2_6_15 is not set
+# BR2_LINUX_2_6_23 is not set
+# BR2_LINUX_CUSTOM is not set
 
 #
-# Board Support Options
+# Patches
 #
-BR2_TARGET_ATMEL=y
+BR2_LINUX_BSP_PATCH=""
+BR2_DOWNLOAD_LINUX26_VERSION="2.6.22.1"
+BR2_LINUX26_VERSION="2.6.22.1"
+BR2_LINUX26_RC_PATCH=""
+BR2_PACKAGE_LINUX_USE_KCONFIG=y
+# BR2_LINUX26_DEFCONFIG is not set
+# BR2_LINUX_CUSTOMIZE 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
 
 #
-# Atmel AVR32 Specific Device Support
+# Destinations for linux kernel binaries
 #
-BR2_TARGET_AVR32=y
-BR2_TARGET_AT32AP7000=y
-# BR2_TARGET_AT32AP7001 is not set
-# BR2_TARGET_AT32AP7002 is not set
-
-#
-# Development Board support
-#
-# BR2_TARGET_AVR32_ATSTK1002 is not set
-BR2_TARGET_AVR32_ATNGW100=y
-BR2_BOARD_NAME="atngw100"
-
-#
-# Package support
-#
-
-#
-# Secondary locations
-#
-BR2_TARGET_ATMEL_COPYTO="/tftpboot"
-BR2_BOARD_PATH="target/device/Atmel/$(BR2_BOARD_NAME)"
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_SERVERIP="10.175.196.220"
-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"
-
-#
-# It will be copied to $(BR2_AT91BOOTSTRAP_JUMP_ADDR)
-#
-
-#
-# Generic System Support
-#
-# BR2_TARGET_GENERIC_ACCESS_POINT is not set
-# BR2_TARGET_GENERIC_FIREWALL is not set
-# BR2_TARGET_GENERIC_DEV_SYSTEM is not set
+# BR2_LINUX_IN_ROOTFS is not set
+BR2_LINUX_COPY=y
+BR2_LINUX_COPYTO="/tftpboot"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
@ 2007-10-01 21:16 ulf at uclibc.org
  0 siblings, 0 replies; 16+ messages in thread
From: ulf at uclibc.org @ 2007-10-01 21:16 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-10-01 14:16:33 -0700 (Mon, 01 Oct 2007)
New Revision: 20167

Log:
Update ATNGW100 defconfig

Modified:
   trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig


Changeset:
Modified: trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig	2007-10-01 21:12:54 UTC (rev 20166)
+++ trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig	2007-10-01 21:16:33 UTC (rev 20167)
@@ -1,6 +1,6 @@
 #
 # Automatically generated make config: don't edit
-# Sat Sep 29 22:36:38 2007
+# Mon Oct  1 23:15:43 2007
 #
 BR2_HAVE_DOT_CONFIG=y
 BR2_VERSION="0.10.0-svn"
@@ -42,7 +42,6 @@
 #
 # Preset Devices
 #
-BR2_PACKAGE_LINUX=y
 BR2_TARGET_ATMEL=y
 
 #
@@ -97,7 +96,7 @@
 BR2_ZCAT="zcat"
 BR2_BZCAT="bzcat"
 BR2_TAR_OPTIONS=""
-BR2_DL_DIR="$(BASE_DIR)/src/dl"
+BR2_DL_DIR="$(BASE_DIR)/dl"
 
 #
 # Mirrors and Download locations
@@ -198,14 +197,13 @@
 BR2_GCC_VERSION_4_1_2=y
 # BR2_GCC_VERSION_4_2_0 is not set
 # BR2_GCC_VERSION_4_2_1 is not set
-BR2_GCC_SUPPORTS_SYSROOT=y
+# BR2_GCC_SUPPORTS_SYSROOT is not set
 # BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
 BR2_GCC_VERSION="4.1.2"
-BR2_TOOLCHAIN_SYSROOT=y
 # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
 BR2_EXTRA_GCC_CONFIG_OPTIONS=""
-BR2_GCC_CROSS_CXX=y
-BR2_INSTALL_LIBSTDCPP=y
+# BR2_GCC_CROSS_CXX is not set
+# BR2_INSTALL_LIBSTDCPP is not set
 # BR2_GCC_SHARED_LIBGCC is not set
 
 #
@@ -247,6 +245,7 @@
 # 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_2 is not set
 # BR2_PACKAGE_BUSYBOX_SNAPSHOT is not set
 BR2_BUSYBOX_VERSION="1.7.1"
 BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS=y
@@ -547,6 +546,7 @@
 # BR2_KERNEL_none is not set
 BR2_KERNEL_LINUX=y
 # BR2_KERNEL_HURD is not set
+BR2_PACKAGE_LINUX=y
 BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG=y
 BR2_PACKAGE_LINUX_KCONFIG="$(BOARD_PATH)/$(BOARD_NAME)-linux-$(LINUX26_VERSION).config"
 BR2_PACKAGE_LINUX_FORMAT="uImage"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
@ 2007-10-12 15:16 ulf at uclibc.org
  0 siblings, 0 replies; 16+ messages in thread
From: ulf at uclibc.org @ 2007-10-12 15:16 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-10-12 08:16:51 -0700 (Fri, 12 Oct 2007)
New Revision: 20234

Log:
Add JFFS partition info for NGW100

Added:
   trunk/buildroot/target/device/Atmel/atngw100/jffs2_partitions.txt


Changeset:
Added: trunk/buildroot/target/device/Atmel/atngw100/jffs2_partitions.txt
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100/jffs2_partitions.txt	                        (rev 0)
+++ trunk/buildroot/target/device/Atmel/atngw100/jffs2_partitions.txt	2007-10-12 15:16:51 UTC (rev 20234)
@@ -0,0 +1,8 @@
+# Partition setup for ATNGW100.
+#
+# root is a 8 MB NOR flash.
+# usr is a 8 MB serial DataFlash.
+#
+# <mount point>		<mount name>	<page size>	<erase size>	<cleanmarkers>	<device file>	<pad size>
+/			root		0x1000		0x10000		1		1		0x0
+/usr			usr		0x420		0x2100		0		0		0x0

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
@ 2007-10-23 23:01 ulf at uclibc.org
  0 siblings, 0 replies; 16+ messages in thread
From: ulf at uclibc.org @ 2007-10-23 23:01 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-10-23 16:01:04 -0700 (Tue, 23 Oct 2007)
New Revision: 20319

Log:
update NGW100 defconfig

Modified:
   trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig


Changeset:
Modified: trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig	2007-10-23 11:47:01 UTC (rev 20318)
+++ trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig	2007-10-23 23:01:04 UTC (rev 20319)
@@ -1,6 +1,6 @@
 #
 # Automatically generated make config: don't edit
-# Mon Oct  1 23:15:43 2007
+# Wed Oct 24 00:47:46 2007
 #
 BR2_HAVE_DOT_CONFIG=y
 BR2_VERSION="0.10.0-svn"
@@ -68,18 +68,8 @@
 #
 BR2_TARGET_ATMEL_COPYTO="/tftpboot"
 BR2_BOARD_PATH="target/device/Atmel/$(BR2_BOARD_NAME)"
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_SERVERIP="10.175.196.220"
-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"
 
 #
-# It will be copied to $(BR2_AT91BOOTSTRAP_JUMP_ADDR)
-#
-
-#
 # Generic System Support
 #
 # BR2_TARGET_GENERIC_ACCESS_POINT is not set
@@ -109,13 +99,17 @@
 BR2_ATMEL_MIRROR="ftp://at91dist:distrib at 81.80.104.162/AT91_Third_Party_Design_Flow/Linux_Host/"
 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="$(DATE)"
 BR2_GNU_BUILD_SUFFIX="pc-linux-gnu"
 BR2_GNU_TARGET_SUFFIX="linux-uclibc"
 BR2_JLEVEL=1
 # BR2_PREFER_IMA is not set
 BR2_DEPRECATED=y
+BR2_RECENT=y
 BR2_STRIP_strip=y
 # BR2_STRIP_sstrip is not set
 # BR2_STRIP_none is not set
@@ -131,15 +125,22 @@
 # BR2_TOOLCHAIN_EXTERNAL is not set
 BR2_TOOLCHAIN_EXTERNAL_SOURCE=y
 BR2_TOOLCHAIN_SOURCE=y
+BR2_TOOLCHAIN_ATMEL_AVR32_4_1_2=y
+# BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1 is not set
+# BR2_TOOLCHAIN_UNKNOWNVENDOR is not set
 BR2_TOOLCHAIN_ATMEL_AVR32=y
-# BR2_TOOLCHAIN_UNKNOWNVENDOR is not set
 BR2_VENDOR_SITE="$(BR2_ATMEL_MIRROR)/Source"
 BR2_VENDOR_SUFFIX="-avr32"
-BR2_VENDOR_BINUTILS_RELEASE="-2.0"
+BR2_VENDOR_BINUTILS_RELEASE="-2.1.3"
 BR2_VENDOR_GCC_RELEASE="-2.0"
-BR2_VENDOR_UCLIBC_RELEASE="-2.0"
-BR2_VENDOR_GDB_RELEASE="-2.0"
+BR2_VENDOR_UCLIBC_RELEASE="-2.1.3"
+BR2_VENDOR_GDB_RELEASE="-2.1.3"
 BR2_VENDOR_PATCH_DIR="target/device/Atmel/toolchain/avr32"
+BR2_EXT_GCC_VERSION_4_1_2=y
+# BR2_EXT_GCC_VERSION_4_2_1 is not set
+BR2_EXT_BINUTILS_VERSION_2_17=y
+BR2_EXT_UCLIBC_VERSION_0_9_29=y
+# BR2_EXT_UCLIBC_VERSION_0_9_28_3 is not set
 
 #
 # Kernel Header Options
@@ -155,20 +156,19 @@
 # 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=y
+# BR2_KERNEL_HEADERS_2_6_22_1 is not set
+BR2_KERNEL_HEADERS_2_6_22_10=y
 # BR2_KERNEL_HEADERS_2_6_22 is not set
+# BR2_KERNEL_HEADERS_2_6_23 is not set
 # BR2_KERNEL_HEADERS_SNAP is not set
-# BR2_KERNEL_HEADERS_IPMI is not set
-# BR2_KERNEL_HEADERS_LZMA is not set
-# BR2_KERNEL_HEADERS_RT is not set
 BR2_KERNEL_HEADERS_PATCH_DIR=y
-BR2_DEFAULT_KERNEL_HEADERS="2.6.22.1"
+BR2_DEFAULT_KERNEL_HEADERS="2.6.22.10"
 
 #
 # uClibc Options
 #
-BR2_UCLIBC_VERSION_0_9_28_3=y
-# BR2_UCLIBC_VERSION_0_9_29 is not set
+# BR2_UCLIBC_VERSION_0_9_28_3 is not set
+BR2_UCLIBC_VERSION_0_9_29=y
 # BR2_UCLIBC_VERSION_SNAPSHOT is not set
 BR2_UCLIBC_CONFIG="target/device/Atmel/uClibc.config.avr32"
 # BR2_ENABLE_LOCALE is not set
@@ -234,6 +234,7 @@
 BR2_INET_IPV6=y
 BR2_INET_RPC=y
 BR2_USE_WCHAR=y
+BR2_SOFT_FLOAT=y
 BR2_TARGET_OPTIMIZATION="-Os -pipe"
 BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y
 
@@ -317,6 +318,7 @@
 # BR2_PACKAGE_LOCKFILE_PROGS 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_MODULE_INIT_TOOLS is not set
 # BR2_PACKAGE_MODUTILS is not set
@@ -514,10 +516,13 @@
 # BR2_TARGET_ROOTFS_EXT2_LZMA is not set
 BR2_TARGET_ROOTFS_EXT2_COPYTO=""
 BR2_TARGET_ROOTFS_JFFS2=y
-BR2_TARGET_ROOTFS_JFFS2_FLASH=y
-# BR2_TARGET_ROOTFS_JFFS2_DATAFLASH is not set
+# BR2_TARGET_ROOTFS_JFFS2_DATAFLASH_1056 is not set
+# BR2_TARGET_ROOTFS_JFFS2_DATAFLASH_528 is not set
+BR2_TARGET_ROOTFS_JFFS2_FLASH_128=y
+# BR2_TARGET_ROOTFS_JFFS2_FLASH_64 is not set
+# BR2_TARGET_ROOTFS_JFFS2_CUSTOM is not set
 BR2_TARGET_ROOTFS_JFFS2_PAGESIZE=0x1000
-BR2_TARGET_ROOTFS_JFFS2_EBSIZE=0x10000
+BR2_TARGET_ROOTFS_JFFS2_EBSIZE=0x20000
 # BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER is not set
 # BR2_JFFS2_TARGET_SREC is not set
 # BR2_TARGET_ROOTFS_JFFS2_PAD is not set
@@ -533,6 +538,7 @@
 BR2_TARGET_ROOTFS_TAR_BZIP2=y
 # 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_INITRAMFS is not set
 
@@ -544,41 +550,44 @@
 # 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=y
-BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG=y
 BR2_PACKAGE_LINUX_KCONFIG="$(BOARD_PATH)/$(BOARD_NAME)-linux-$(LINUX26_VERSION).config"
 BR2_PACKAGE_LINUX_FORMAT="uImage"
-# BR2_LINUX_2_6_SNAP is not set
-# BR2_LINUX_2_6_MM is not set
+BR2_KERNEL_CURRENT_VERSION="2.6.23.1"
+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 is not set
-BR2_LINUX_2_6_22_1=y
+# BR2_LINUX_2_6_23 is not set
+BR2_LINUX_2_6_22_10=y
+# BR2_LINUX_2_6_22_1 is not set
 # BR2_LINUX_2_6_22 is not set
-# BR2_LINUX_2_6_21_6 is not set
-# BR2_LINUX_2_6_21_1 is not set
+# BR2_LINUX_2_6_21_7 is not set
+# BR2_LINUX_2_6_21_5 is not set
 # BR2_LINUX_2_6_21 is not set
-# BR2_LINUX_2_6_20_4 is not set
 # BR2_LINUX_2_6_20 is not set
-# BR2_LINUX_2_6_19_2 is not set
-# BR2_LINUX_2_6_19 is not set
-# BR2_LINUX_2_6_18 is not set
-# BR2_LINUX_2_6_17 is not set
-# BR2_LINUX_2_6_16 is not set
-# BR2_LINUX_2_6_15 is not set
-# BR2_LINUX_2_6_23 is not set
-# BR2_LINUX_CUSTOM is not set
+# BR2_LINUX26_CUSTOM is not set
 
 #
 # Patches
 #
+# BR2_KERNEL_ADD_PATCH is not set
 BR2_LINUX_BSP_PATCH=""
-BR2_DOWNLOAD_LINUX26_VERSION="2.6.22.1"
-BR2_LINUX26_VERSION="2.6.22.1"
-BR2_LINUX26_RC_PATCH=""
+BR2_KERNEL_PREPATCHED=y
+# BR2_KERNEL_BASE is not set
+# BR2_KERNEL_LATEST is not set
+BR2_DOWNLOAD_LINUX26_VERSION="2.6.22.10"
+BR2_LINUX26_VERSION="2.6.22.10"
+
+#
+# Linux Kernel Configuration
+#
 BR2_PACKAGE_LINUX_USE_KCONFIG=y
-# BR2_LINUX26_DEFCONFIG is not set
-# BR2_LINUX_CUSTOMIZE is not set
+# 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
@@ -588,6 +597,7 @@
 #
 # Destinations for linux kernel binaries
 #
-# BR2_LINUX_IN_ROOTFS is not set
-BR2_LINUX_COPY=y
-BR2_LINUX_COPYTO="/tftpboot"
+# BR2_LINUX_COPYTO_ROOTFS is not set
+BR2_LINUX_COPYTO_TFTPBOOT=y
+BR2_LINUX_COPYTO=""
+BR2_LINUX_COPY_CONFIGURATION=y

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
@ 2008-07-02 15:43 correa at uclibc.org
  0 siblings, 0 replies; 16+ messages in thread
From: correa at uclibc.org @ 2008-07-02 15:43 UTC (permalink / raw)
  To: buildroot

Author: correa
Date: 2008-07-02 08:43:58 -0700 (Wed, 02 Jul 2008)
New Revision: 22610

Log:
Update avr32 defconfigs

Modified:
   trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig


Changeset:
Modified: trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig	2008-07-02 11:34:49 UTC (rev 22609)
+++ trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig	2008-07-02 15:43:58 UTC (rev 22610)
@@ -1,6 +1,6 @@
 #
 # Automatically generated make config: don't edit
-# Tue May  6 03:20:48 2008
+# Wed Jul  2 05:02:43 2008
 #
 BR2_HAVE_DOT_CONFIG=y
 BR2_VERSION="0.10.0-svn"
@@ -47,7 +47,10 @@
 #
 # Selection criteria
 #
-BR2_TARGET_ATMEL_ALL=y
+BR2_TARGET_ATMEL_NET=y
+# BR2_TARGET_ATMEL_LCD is not set
+# BR2_TARGET_ATMEL_FPDSP is not set
+# BR2_TARGET_ATMEL_MPB is not set
 
 #
 # Device Selection
@@ -83,10 +86,6 @@
 #
 BR2_TARGET_ATMEL_COPYTO=""
 BR2_BOARD_PATH="target/device/Atmel/$(BR2_BOARD_NAME)"
-
-#
-# It will be copied to $(BR2_AT91BOOTSTRAP_JUMP_ADDR)
-#
 # BR2_TARGET_VALKA is not set
 
 #
@@ -103,6 +102,7 @@
 #
 # Build options
 #
+BR2_PRIMARY_SITE=""
 BR2_WGET="wget --passive-ftp --retry-connrefused --waitretry=10"
 BR2_SVN_CO="svn co"
 BR2_SVN_UP="svn up"
@@ -195,8 +195,9 @@
 # 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_25 is not set
 # BR2_KERNEL_HEADERS_SNAP is not set
-BR2_DEFAULT_KERNEL_HEADERS="2.6.24"
+BR2_DEFAULT_KERNEL_HEADERS="2.6.24.7"
 
 #
 # uClibc Options
@@ -231,6 +232,8 @@
 # BR2_GCC_VERSION_4_1_2 is not set
 BR2_GCC_VERSION_4_2_1=y
 # 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_SUPPORTS_SYSROOT=y
 # BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
 BR2_GCC_VERSION="4.2.1"
@@ -258,18 +261,14 @@
 # BR2_GDB_VERSION_6_5 is not set
 # BR2_GDB_VERSION_6_6 is not set
 # BR2_GDB_VERSION_6_7_1 is not set
+# BR2_GDB_VERSION_6_8 is not set
 # BR2_GDB_VERSION_SNAPSHOT is not set
 BR2_GDB_VERSION="6.4"
 
 #
-# 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
@@ -291,8 +290,9 @@
 # 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_11_X is not set
 # BR2_PACKAGE_BUSYBOX_SNAPSHOT is not set
-BR2_BUSYBOX_VERSION="1.10.1"
+BR2_BUSYBOX_VERSION="1.10.4"
 BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
 BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.6.0.config"
 BR2_PACKAGE_BUSYBOX_HIDE_OTHERS=y
@@ -327,7 +327,7 @@
 # BR2_PACKAGE_LIBTOOL is not set
 # BR2_PACKAGE_M4 is not set
 # BR2_PACKAGE_OPROFILE is not set
-# BR2_PACKAGE_PKGCONFIG is not set
+BR2_PACKAGE_PKGCONFIG=y
 # BR2_READLINE is not set
 # BR2_PACKAGE_PCRE is not set
 
@@ -368,6 +368,8 @@
 # BR2_PACKAGE_STARTUP_NOTIFICATION is not set
 BR2_PACKAGE_STRACE=y
 # BR2_PACKAGE_SUDO is not set
+BR2_DATABASE_SUPPORT=y
+# BR2_PACKAGE_MYSQL_CLIENT is not set
 BR2_NETWORK_SUPPORT=y
 
 #
@@ -397,6 +399,7 @@
 # BR2_PACKAGE_HASERL_VERSION_0_8_X is not set
 BR2_PACKAGE_HASERL_VERSION_0_9_X=y
 BR2_PACKAGE_HASERL_VERSION="0.9.23"
+# BR2_PACKAGE_IFPLUGD is not set
 # BR2_PACKAGE_IRDA_UTILS is not set
 # BR2_PACKAGE_IPERF is not set
 # BR2_PACKAGE_IPROUTE2 is not set
@@ -416,6 +419,7 @@
 BR2_PACKAGE_LRZSZ=y
 # BR2_PACKAGE_MDNSRESPONDER is not set
 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
@@ -520,6 +524,7 @@
 # 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
@@ -570,6 +575,7 @@
 # BR2_PACKAGE_XFSPROGS is not set
 # BR2_AUDIO_SUPPORT is not set
 # BR2_GRAPHIC_SUPPORT is not set
+BR2_PACKAGE_LIBGLIB2=y
 BR2_COMPRESSOR_SUPPORT=y
 BR2_PACKAGE_LZO=y
 # BR2_PACKAGE_LZMA_TARGET is not set
@@ -581,10 +587,7 @@
 # BR2_PACKAGE_EXPAT is not set
 # BR2_PACKAGE_EZXML is not set
 # BR2_PACKAGE_LIBXML2 is not set
-
-#
-# libxslt	- disabled (requires pkgconfig)
-#
+# BR2_PACKAGE_LIBXSLT is not set
 # BR2_PACKAGE_XERCES is not set
 BR2_JAVA_SUPPORT=y
 # BR2_PACKAGE_CLASSPATH is not set

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
@ 2008-07-04 10:36 ulf at uclibc.org
  0 siblings, 0 replies; 16+ messages in thread
From: ulf at uclibc.org @ 2008-07-04 10:36 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2008-07-04 03:36:18 -0700 (Fri, 04 Jul 2008)
New Revision: 22628

Log:
Update atngw100 defconfig

Modified:
   trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig


Changeset:
Modified: trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig	2008-07-04 10:29:30 UTC (rev 22627)
+++ trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig	2008-07-04 10:36:18 UTC (rev 22628)
@@ -1,6 +1,6 @@
 #
 # Automatically generated make config: don't edit
-# Fri Jul  4 07:58:19 2008
+# Fri Jul  4 12:01:17 2008
 #
 BR2_HAVE_DOT_CONFIG=y
 BR2_VERSION="0.10.0-svn"
@@ -170,8 +170,11 @@
 BR2_TOOLCHAIN_ATMEL_AVR32=y
 BR2_VENDOR_SITE="$(BR2_ATMEL_MIRROR)"
 BR2_VENDOR_SUFFIX="-avr32"
+BR2_VENDOR_BINUTILS_RELEASE="-2.1.5"
+BR2_VENDOR_GCC_RELEASE="-2.1.5"
+BR2_VENDOR_UCLIBC_RELEASE="-2.1.5"
 BR2_VENDOR_GDB_RELEASE="-2.1.5"
-BR2_VENDOR_PATCH_DIR="target/device/Atmel/toolchain/avr32"
+BR2_VENDOR_PATCH_DIR="Atmel/avr32"
 # BR2_EXT_GCC_VERSION_4_1_2 is not set
 # BR2_EXT_GCC_VERSION_4_2_1 is not set
 BR2_EXT_GCC_VERSION_4_2_2=y

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
@ 2009-01-06 23:02 ulf at uclibc.org
  0 siblings, 0 replies; 16+ messages in thread
From: ulf at uclibc.org @ 2009-01-06 23:02 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-06 23:02:50 +0000 (Tue, 06 Jan 2009)
New Revision: 24714

Log:
Update atngw100 configs, needs patch from Atmel fork for strace to build correctly, otherwise disable strace

Added:
   trunk/buildroot/target/device/Atmel/atngw100/atngw100-linux-2.6.27.10.config

Modified:
   trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig


Changeset:

Sorry, the patch is too large to include (2005 lines).
Please use ViewCVS to see it!

http://uclibc.org/cgi-bin/viewcvs.cgi?view=rev&root=svn&rev=24714

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
@ 2009-01-11 21:15 ulf at uclibc.org
  0 siblings, 0 replies; 16+ messages in thread
From: ulf at uclibc.org @ 2009-01-11 21:15 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-11 21:15:08 +0000 (Sun, 11 Jan 2009)
New Revision: 24768

Log:
Update defocnfig for ngw100

Modified:
   trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig


Changeset:
Modified: trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig	2009-01-11 21:14:17 UTC (rev 24767)
+++ trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig	2009-01-11 21:15:08 UTC (rev 24768)
@@ -1,6 +1,6 @@
 #
 # Automatically generated make config: don't edit
-# Tue Jan  6 23:24:27 2009
+# Sat Jan 10 02:15:06 2009
 #
 BR2_HAVE_DOT_CONFIG=y
 BR2_VERSION="0.10.0-svn"
@@ -764,13 +764,13 @@
 BR2_TARGET_UBOOT_2008_10=y
 # BR2_TARGET_UBOOT_1_3_4 is not set
 # BR2_TARGET_UBOOT_1_2_0_ATMEL is not set
-# BR2_TARGET_UBOOT_2009_01 is not set
 BR2_UBOOT_VERSION="2008.10"
 BR2_U_BOOT_SITE="ftp://ftp.denx.de/pub/u-boot"
 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=y
 BR2_TARGET_UBOOT_SDRAM_SIZE_256MB=y
 # BR2_TARGET_UBOOT_SDRAM_SIZE_128MB is not set
 # BR2_TARGET_UBOOT_SDRAM_SIZE_64MB is not set
@@ -784,17 +784,8 @@
 BR2_TARGET_UBOOT_KERNEL_SIZE_2_00MB=y
 # BR2_TARGET_UBOOT_KERNEL_SIZE_2_25MB is not set
 # BR2_TARGET_UBOOT_KERNEL_SIZE_2_50MB is not set
-BR2_TARGET_UBOOT_DATAFLASH_SIZE_8MB=y
-# BR2_TARGET_UBOOT_DATAFLASH_SIZE_4MB is not set
-# BR2_TARGET_UBOOT_DATAFLASH_SIZE_2MB is not set
-# BR2_TARGET_UBOOT_DATAFLASH_SIZE_1MB is not set
-# BR2_TARGET_UBOOT_DATAFLASH_SIZE_0_50MB is not set
-# BR2_TARGET_UBOOT_DATAFLASH_SIZE_0_25MB is not set
-BR2_TARGET_UBOOT_END_OF_FLASH="C083FFFF"
 BR2_TARGET_UBOOT_KERNEL_START="21000000"
-BR2_TARGET_UBOOT_KERNEL_LOCATION="C0042000"
 BR2_TARGET_UBOOT_FILESYSTEM_START="21210000"
-BR2_TARGET_UBOOT_FILESYSTEM_LOCATION="C0252000"
 BR2_TARGET_UBOOT_FILESYSTEM_SIZE="6000000"
 BR2_TARGET_UBOOT_NETWORK=y
 BR2_TARGET_UBOOT_SERVERIP="10.175.196.221"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
@ 2009-01-31 20:43 ulf at uclibc.org
  0 siblings, 0 replies; 16+ messages in thread
From: ulf at uclibc.org @ 2009-01-31 20:43 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-31 20:43:01 +0000 (Sat, 31 Jan 2009)
New Revision: 25190

Log:
Update atngw100 BSP

Modified:
   trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig


Changeset:
Modified: trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig	2009-01-31 20:42:28 UTC (rev 25189)
+++ trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig	2009-01-31 20:43:01 UTC (rev 25190)
@@ -1,6 +1,6 @@
 #
 # Automatically generated make config: don't edit
-# Thu Jan 29 21:25:38 2009
+# Sat Jan 31 00:10:01 2009
 #
 BR2_HAVE_DOT_CONFIG=y
 BR2_VERSION="2009.02-svn"
@@ -185,6 +185,7 @@
 # BR2_KERNEL_HEADERS_2_6_27 is not set
 BR2_KERNEL_HEADERS_2_6_28=y
 # BR2_KERNEL_HEADERS_SNAP is not set
+BR2_KERNEL_HEADERS_PATCH_DIR=y
 BR2_DEFAULT_KERNEL_HEADERS="2.6.28.2"
 
 #
@@ -195,12 +196,6 @@
 BR2_UCLIBC_VERSION_0_9_30=y
 # BR2_UCLIBC_VERSION_SNAPSHOT is not set
 BR2_UCLIBC_CONFIG="target/device/Atmel/uClibc.config.avr32"
-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 is not set
 # BR2_UCLIBC_INSTALL_TEST_SUITE is not set
@@ -238,8 +233,6 @@
 BR2_TOOLCHAIN_SYSROOT=y
 # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
 BR2_EXTRA_GCC_CONFIG_OPTIONS=""
-BR2_GCC_CROSS_CXX=y
-BR2_INSTALL_LIBSTDCPP=y
 BR2_GCC_SHARED_LIBGCC=y
 
 #
@@ -266,16 +259,24 @@
 #
 # Common Toolchain Options
 #
-# BR2_MKLIBS is not set
-# BR2_PACKAGE_SSTRIP_TARGET is not set
-# BR2_PACKAGE_SSTRIP_HOST is not set
-# BR2_ENABLE_MULTILIB is not set
 BR2_LARGEFILE=y
 BR2_INET_IPV6=y
 BR2_INET_RPC=y
+BR2_ENABLE_LOCALE=y
+# BR2_ENABLE_LOCALE_PREGENERATED is not set
 BR2_USE_WCHAR=y
 BR2_SOFT_FLOAT=y
+# BR2_PTHREADS_NONE is not set
+# BR2_PTHREADS is not set
+BR2_PTHREADS_OLD=y
+# BR2_PTHREADS_NATIVE is not set
+BR2_GCC_CROSS_CXX=y
+BR2_INSTALL_LIBSTDCPP=y
 BR2_TARGET_OPTIMIZATION="-Os -pipe"
+# BR2_MKLIBS is not set
+# BR2_PACKAGE_SSTRIP_TARGET is not set
+# BR2_PACKAGE_SSTRIP_HOST is not set
+# BR2_ENABLE_MULTILIB is not set
 BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y
 
 #
@@ -851,9 +852,6 @@
 BR2_KERNEL_ARCH_PATCH_ENABLED=y
 # BR2_ARCH_AVR32_2_6_28_2 is not set
 BR2_ARCH_AVR32_2_6_27_6=y
-# BR2_LINUX_AVR32_ISI_PATCH is not set
-# BR2_LINUX_AVR32_AC97_PATCH is not set
-# BR2_LINUX_AVR32_PSIF_PATCH is not set
 BR2_LINUX_BSP_PATCH=""
 BR2_KERNEL_PATCH="patch-$(BR2_DOWNLOAD_LINUX26_VERSION).$(BR2_KERNEL_PATCH_LEVEL).bz2"
 BR2_EXTRA_VERSION=".$(BR2_KERNEL_PATCH_LEVEL)"

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2009-01-31 20:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-29 20:47 [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100 ulf at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2009-01-31 20:43 ulf at uclibc.org
2009-01-11 21:15 ulf at uclibc.org
2009-01-06 23:02 ulf at uclibc.org
2008-07-04 10:36 ulf at uclibc.org
2008-07-02 15:43 correa at uclibc.org
2007-10-23 23:01 ulf at uclibc.org
2007-10-12 15:16 ulf at uclibc.org
2007-10-01 21:16 ulf at uclibc.org
2007-09-27  0:19 ulf at uclibc.org
2007-09-20 16:44 ulf at uclibc.org
2007-09-26 21:02 ` Bernhard Fischer
2007-09-27  0:27   ` Ulf Samuelsson
2007-09-27  3:00     ` Thiago A. Corrêa
2007-09-12  4:40 ulf at uclibc.org
2007-08-17 13:17 ulf at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox