diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2010-04-09 10:44:47 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2010-04-09 10:44:47 +0000 |
commit | f7b6aa6a44b0fcc49f0dea7f96c4b99f571e70c9 (patch) | |
tree | 13013a01ae14a2ba557079513042d7210bfd64f8 /package/uboot-lantiq/Makefile | |
parent | c81d122238176a59ea11c7a9eb0d9147a567e252 (diff) | |
download | upstream-f7b6aa6a44b0fcc49f0dea7f96c4b99f571e70c9.tar.gz upstream-f7b6aa6a44b0fcc49f0dea7f96c4b99f571e70c9.tar.bz2 upstream-f7b6aa6a44b0fcc49f0dea7f96c4b99f571e70c9.zip |
update to version 2010.3 httpd-failsafe: removed warnings, cleanup html pages httpd-failsafe: kicking in if boot command fails httpd-failsafe: support of ctrl-c httpd-failsafe: fixed ether addr
thanks to Stas
SVN-Revision: 20756
Diffstat (limited to 'package/uboot-lantiq/Makefile')
-rw-r--r-- | package/uboot-lantiq/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/uboot-lantiq/Makefile b/package/uboot-lantiq/Makefile index fc7c653716..1864908752 100644 --- a/package/uboot-lantiq/Makefile +++ b/package/uboot-lantiq/Makefile @@ -9,8 +9,9 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=u-boot -PKG_VERSION:=2009.11.1 -PKG_MD5SUM:=6086421c9e2f3a0d0dbc5f706b551dbc + +PKG_VERSION:=2010.03 +PKG_MD5SUM:=2bf5ebf497dddc52440b1ea386cc1332 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |