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 | 74d95ab32dde6cee637320cd7d8e4e400cff2cbc (patch) | |
tree | 3d6c5e6831f89a869ea99aa7b0232b2e44aedc46 /package/uboot-lantiq/Makefile | |
parent | 18e53204f4ed6b1d004c86adb39b62bda4b0f9a8 (diff) | |
download | master-187ad058-74d95ab32dde6cee637320cd7d8e4e400cff2cbc.tar.gz master-187ad058-74d95ab32dde6cee637320cd7d8e4e400cff2cbc.tar.bz2 master-187ad058-74d95ab32dde6cee637320cd7d8e4e400cff2cbc.zip |
[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) |