summaryrefslogtreecommitdiffstats
path: root/package/network/config/ltq-vdsl-app/patches/100-compat.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-11-24 20:41:30 +0000
committerJohn Crispin <john@openwrt.org>2015-11-24 20:41:30 +0000
commit11f2007895cd7287da785213591148202a321c8e (patch)
treef93169b436d6e917cbc21c1a2bb91196d5cdb52d /package/network/config/ltq-vdsl-app/patches/100-compat.patch
parent41587675ecf23b4cc092c302666bf39ae277c21c (diff)
downloadmaster-31e0f0ae-11f2007895cd7287da785213591148202a321c8e.tar.gz
master-31e0f0ae-11f2007895cd7287da785213591148202a321c8e.tar.bz2
master-31e0f0ae-11f2007895cd7287da785213591148202a321c8e.zip
lantiq: ltq-vdsl-app: update to version 4.16.6.3
In this upstream dsl driver app version the autoboot is deactivated activate it again. In addition to the update this also fixes some build warnings and makes it use the same configure option as used in Lantiq UGW. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com> SVN-Revision: 47637
Diffstat (limited to 'package/network/config/ltq-vdsl-app/patches/100-compat.patch')
-rw-r--r--package/network/config/ltq-vdsl-app/patches/100-compat.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/ltq-vdsl-app/patches/100-compat.patch b/package/network/config/ltq-vdsl-app/patches/100-compat.patch
index eeedc54a88..1b042c5120 100644
--- a/package/network/config/ltq-vdsl-app/patches/100-compat.patch
+++ b/package/network/config/ltq-vdsl-app/patches/100-compat.patch
@@ -8,10 +8,10 @@
+ 0x1E116000, 0x3f, -1),
DSL_CPE_SIC_SET(DSL_TC_ATM, DSL_EMF_TC_CLEANED, DSL_EMF_TC_CLEANED, DSL_SYSTEMIF_MII, \
DSL_TC_EFM, DSL_EMF_TC_CLEANED, DSL_EMF_TC_CLEANED, DSL_SYSTEMIF_MII),
- }
+ DSL_CPE_MAC_CFG_SET(DSL_EFM_SPEED_100, DSL_EFM_DUPLEX_FULL, DSL_EFM_FLOWCTRL_ON, DSL_EFM_AUTONEG_OFF, \
--- a/src/dsl_cpe_control.c
+++ b/src/dsl_cpe_control.c
-@@ -6856,7 +6856,7 @@ DSL_int_t dsl_cpe_daemon (
+@@ -6871,7 +6871,7 @@ DSL_int_t dsl_cpe_daemon (
for (nDevice = 0; nDevice < DSL_CPE_MAX_DSL_ENTITIES; nDevice++)
{
#if defined(INCLUDE_DSL_CPE_API_VRX)