diff options
author | John Crispin <john@openwrt.org> | 2014-09-11 18:22:31 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-11 18:22:31 +0000 |
commit | e9dab2de72a493118b230551a61f83ff797e43a4 (patch) | |
tree | 161230229a9e5d7a260cd01e09c1e425224a399f /package/kernel/lantiq/ltq-vdsl-mei/Makefile | |
parent | f7dc428d4bf419886caad3acb010fb5a42e1c8c7 (diff) | |
download | upstream-e9dab2de72a493118b230551a61f83ff797e43a4.tar.gz upstream-e9dab2de72a493118b230551a61f83ff797e43a4.tar.bz2 upstream-e9dab2de72a493118b230551a61f83ff797e43a4.zip |
lantiq: update to a newer versions of the vr9 drivers
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42478
Diffstat (limited to 'package/kernel/lantiq/ltq-vdsl-mei/Makefile')
-rw-r--r-- | package/kernel/lantiq/ltq-vdsl-mei/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/lantiq/ltq-vdsl-mei/Makefile b/package/kernel/lantiq/ltq-vdsl-mei/Makefile index 17d77551ae..eabc04cb30 100644 --- a/package/kernel/lantiq/ltq-vdsl-mei/Makefile +++ b/package/kernel/lantiq/ltq-vdsl-mei/Makefile @@ -7,14 +7,14 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ltq-vdsl-vr9-mei -PKG_VERSION:=1.2.0 +PKG_VERSION:=1.2.1 PKG_RELEASE:=1 PKG_BASE_NAME:=drv_mei_cpe PKG_SOURCE:=$(PKG_BASE_NAME)-$(PKG_VERSION).tar.gz PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_BASE_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ -PKG_MD5SUM:=cf2fccc1bc72390b2aec46650abf2f20 +PKG_MD5SUM:=6e15653adbfa135c8611b35b307d1db7 PKG_FIXUP:=autoreconf PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> PKG_USE_MIPS16:=0 |