diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-07-01 11:32:01 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-07-01 11:32:01 +0000 |
commit | 0ba94475c91ba8bd66f17e6f5e4b10baf304d4c4 (patch) | |
tree | bd3a5f0f83599719c6085210eea0e0f091fe47df /target/linux/avr32/image | |
parent | 84c89fb02d5a7e40650c27ce259e5f6cc8fca570 (diff) | |
download | upstream-0ba94475c91ba8bd66f17e6f5e4b10baf304d4c4.tar.gz upstream-0ba94475c91ba8bd66f17e6f5e4b10baf304d4c4.tar.bz2 upstream-0ba94475c91ba8bd66f17e6f5e4b10baf304d4c4.zip |
upgrade avr32 u-boot to 2011.06
SVN-Revision: 27330
Diffstat (limited to 'target/linux/avr32/image')
-rw-r--r-- | target/linux/avr32/image/u-boot/Makefile | 6 | ||||
-rw-r--r-- | target/linux/avr32/image/u-boot/patches/100-ngw100_enable_lzma_support.patch | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/avr32/image/u-boot/Makefile b/target/linux/avr32/image/u-boot/Makefile index 3afca57f1e..6775d1d7c3 100644 --- a/target/linux/avr32/image/u-boot/Makefile +++ b/target/linux/avr32/image/u-boot/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2010 OpenWrt.org +# Copyright (C) 2008-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=u-boot -PKG_VERSION:=2010.12 +PKG_VERSION:=2011.06 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot -PKG_MD5SUM:=9024bbceabd176ae1d52df6db2e84bda +PKG_MD5SUM:=0cc5026aad02f218a9b9ac56b301c97a PKG_CAT:=bzcat include $(INCLUDE_DIR)/package.mk diff --git a/target/linux/avr32/image/u-boot/patches/100-ngw100_enable_lzma_support.patch b/target/linux/avr32/image/u-boot/patches/100-ngw100_enable_lzma_support.patch index 1ee1826acd..213a175824 100644 --- a/target/linux/avr32/image/u-boot/patches/100-ngw100_enable_lzma_support.patch +++ b/target/linux/avr32/image/u-boot/patches/100-ngw100_enable_lzma_support.patch @@ -1,10 +1,10 @@ --- a/include/configs/atngw100.h +++ b/include/configs/atngw100.h @@ -65,6 +65,7 @@ - + #define CONFIG_USART_ID 1 /* User serviceable stuff */ - #define CONFIG_DOS_PARTITION 1 -+#define CONFIG_LZMA 1 + #define CONFIG_DOS_PARTITION ++#define CONFIG_LZMA - #define CONFIG_CMDLINE_TAG 1 - #define CONFIG_SETUP_MEMORY_TAGS 1 + #define CONFIG_CMDLINE_TAG + #define CONFIG_SETUP_MEMORY_TAGS |