diff options
author | John Crispin <john@openwrt.org> | 2014-09-15 16:19:33 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-15 16:19:33 +0000 |
commit | 50d313f4099f95e09d36e1d0011e43583a656cbf (patch) | |
tree | 1c7c4d6ce4ffed5e52f793b86d9868db9b974c5f /package/kernel/lantiq/ltq-tapi | |
parent | 2ef0acc5fcda557fa5aaad35d27cb8cf75be96d2 (diff) | |
download | upstream-50d313f4099f95e09d36e1d0011e43583a656cbf.tar.gz upstream-50d313f4099f95e09d36e1d0011e43583a656cbf.tar.bz2 upstream-50d313f4099f95e09d36e1d0011e43583a656cbf.zip |
lantiq: revert vr9 driver update as it causes problems
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42556
Diffstat (limited to 'package/kernel/lantiq/ltq-tapi')
-rw-r--r-- | package/kernel/lantiq/ltq-tapi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/lantiq/ltq-tapi/Makefile b/package/kernel/lantiq/ltq-tapi/Makefile index 42cbcb8d79..e0742e63e5 100644 --- a/package/kernel/lantiq/ltq-tapi/Makefile +++ b/package/kernel/lantiq/ltq-tapi/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=drv_tapi -PKG_VERSION:=4.7.12 -PKG_RELEASE:=1 +PKG_VERSION:=3.13.0 +PKG_RELEASE:=3 PKG_SOURCE:=drv_tapi-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources -PKG_MD5SUM:=52e0ace8b7517ad362857a53222f1862 +PKG_MD5SUM:=edb43b494832c540cc035493d18db58f PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> PKG_USE_MIPS16:=0 |