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 | ce4a344edcc2be6dcbc2e9321414c263569bf5b6 (patch) | |
tree | 87755e06157f0416f1bbf7041e4ca83bd5824495 /package/uboot-kirkwood/Makefile | |
parent | 39fc8e6d0849dc24442ba8833404be0e4b507179 (diff) | |
download | upstream-ce4a344edcc2be6dcbc2e9321414c263569bf5b6.tar.gz upstream-ce4a344edcc2be6dcbc2e9321414c263569bf5b6.tar.bz2 upstream-ce4a344edcc2be6dcbc2e9321414c263569bf5b6.zip |
[packages] uboot-kirkwood: Update to uboot to 2010.09
(and add missing files from pervious commit)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23228 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |