diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-01 11:32:01 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-01 11:32:01 +0000 |
commit | b76c8ead894a8ca3004b7c08d26c3cae985d05bf (patch) | |
tree | 94797e297322d8c38ac23beffffbe804f06f8840 /target/linux/avr32/image/u-boot/Makefile | |
parent | 43b45fe5d9273021cfc6da08b22df06cc0d4f4fc (diff) |
[avr32]: upgrade avr32 u-boot to 2011.06
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27330 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/avr32/image/u-boot/Makefile')
-rw-r--r-- | target/linux/avr32/image/u-boot/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |