diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-10-04 21:26:33 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-10-04 21:26:33 +0000 |
commit | 15f8eed2a3ae7231afcf875ccea162bfeb69cc81 (patch) | |
tree | 31280c7eb7d6ca17bd478647f8b25c1995077c4b /package/uboot-kirkwood/Makefile | |
parent | de0324cfb09dc5826673a33f767e02353571bd0f (diff) | |
download | upstream-15f8eed2a3ae7231afcf875ccea162bfeb69cc81.tar.gz upstream-15f8eed2a3ae7231afcf875ccea162bfeb69cc81.tar.bz2 upstream-15f8eed2a3ae7231afcf875ccea162bfeb69cc81.zip |
uboot-kirkwood: Update to uboot to 2010.09 (and add missing files from pervious commit)
SVN-Revision: 23228
Diffstat (limited to 'package/uboot-kirkwood/Makefile')
-rw-r--r-- | package/uboot-kirkwood/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-kirkwood/Makefile b/package/uboot-kirkwood/Makefile index d0835e7a36..8724aef6d9 100644 --- a/package/uboot-kirkwood/Makefile +++ b/package/uboot-kirkwood/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=u-boot -PKG_VERSION:=2010.03 +PKG_VERSION:=2010.09 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) |