diff options
author | ralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-09 10:44:47 +0000 |
---|---|---|
committer | ralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-09 10:44:47 +0000 |
commit | c04232d4828101ddb2eb0cadfc15a868be026f49 (patch) | |
tree | 3d6c5e6831f89a869ea99aa7b0232b2e44aedc46 /package/uboot-lantiq/Makefile | |
parent | ff7d812c96ab25670f83cd899a2cdefaf2f41965 (diff) |
[uboot-lantiq] 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20756 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |