lantiq: revert vr9 driver update as it causes problems
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42556
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -7,14 +7,14 @@ include $(TOPDIR)/rules.mk | ||||
| include $(INCLUDE_DIR)/kernel.mk | ||||
|  | ||||
| PKG_NAME:=ltq-vdsl-vr9-mei | ||||
| PKG_VERSION:=1.2.1 | ||||
| PKG_VERSION:=1.2.0 | ||||
| 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:=6e15653adbfa135c8611b35b307d1db7 | ||||
| PKG_MD5SUM:=cf2fccc1bc72390b2aec46650abf2f20 | ||||
| PKG_FIXUP:=autoreconf | ||||
| PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> | ||||
| PKG_USE_MIPS16:=0 | ||||
|   | ||||
| @@ -7,14 +7,14 @@ include $(TOPDIR)/rules.mk | ||||
| include $(INCLUDE_DIR)/kernel.mk | ||||
|  | ||||
| PKG_NAME:=ltq-vdsl-vr9 | ||||
| PKG_VERSION:=4.11.11 | ||||
| PKG_VERSION:=4.11.4 | ||||
| PKG_RELEASE:=1 | ||||
|  | ||||
| PKG_BASE_NAME:=drv_dsl_cpe_api_vrx | ||||
| PKG_SOURCE:=$(PKG_BASE_NAME)-$(PKG_VERSION).tar.gz | ||||
| PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/drv_dsl_cpe_api-$(PKG_VERSION) | ||||
| PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources/ | ||||
| PKG_MD5SUM:=7cc1986cf7539046ca89765db6589e50 | ||||
| PKG_MD5SUM:=b6d9c1e3c5db1bfcd6e81bb2f582cadb | ||||
|  | ||||
| PKG_USE_MIPS16:=0 | ||||
|  | ||||
|   | ||||
| @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk | ||||
| include $(INCLUDE_DIR)/kernel.mk | ||||
|  | ||||
| PKG_NAME:=ltq-vdsl-app | ||||
| PKG_VERSION:=4.11.11 | ||||
| PKG_VERSION:=4.11.4 | ||||
| PKG_RELEASE:=1 | ||||
| PKG_BASE_NAME:=dsl_cpe_control_vrx | ||||
| PKG_SOURCE:=$(PKG_BASE_NAME)-$(PKG_VERSION).tar.gz | ||||
| PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ | ||||
| PKG_MD5SUM:=4e32b427d870512c671a9d70d10c7c9b | ||||
| PKG_MD5SUM:=e9152ced26a91fbeefa4f34badb97484 | ||||
| PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/dsl_cpe_control-$(PKG_VERSION) | ||||
|  | ||||
| PKG_BUILD_DEPENDS:=kmod-ltq-vdsl-vr9 | ||||
| @@ -24,7 +24,7 @@ define Package/ltq-vdsl-app | ||||
|   CATEGORY:=Network | ||||
|   TITLE:=Lantiq VDSL userland tool | ||||
|   URL:=http://www.lantiq.com/ | ||||
|   DEPENDS:=@TARGET_lantiq_xrx200 +libpthread +librt | ||||
|   DEPENDS:=@TARGET_lantiq_xrx200 +libpthread | ||||
| endef | ||||
|  | ||||
| define Package/ltq-vdsl-app/description | ||||
|   | ||||
| @@ -6,8 +6,8 @@ Index: dsl_cpe_control-4.11.4/src/dsl_cpe_init_cfg.c | ||||
|     { | ||||
|     DSL_CPE_LL_CFG_SET(-1, -1, DSL_DEV_HS_TONE_GROUP_VDSL2_B43, \ | ||||
|        DSL_DEV_HS_TONE_GROUP_VDSL2_B43, DSL_DEV_HS_TONE_GROUP_VDSL2_B43, \ | ||||
| -      0x1E116000, 0x37, DSL_FALSE, DSL_FALSE, -1), | ||||
| +      0x1E116000, 0x3f, DSL_FALSE, DSL_FALSE, -1), | ||||
| -      0x1E116000, 0x37, -1), | ||||
| +      0x1E116000, 0x3f, -1), | ||||
|  #endif | ||||
|   | ||||
|  #if defined(INCLUDE_DSL_CPE_API_VINAX) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin