diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-04 21:26:33 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-04 21:26:33 +0000 |
commit | 9ea894c1db4608b086c8e80f2ceb6b725d529b6d (patch) | |
tree | 87755e06157f0416f1bbf7041e4ca83bd5824495 /package/uboot-kirkwood/Makefile | |
parent | 0ced2f56c5d360ca69035b488c4620f7e96035ce (diff) |
[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) |