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/network/config/ltq-vdsl-app/patches | |
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/network/config/ltq-vdsl-app/patches')
-rw-r--r-- | package/network/config/ltq-vdsl-app/patches/100-compat.patch | 4 |
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 da56232437..f1c3c1b1d9 100644 --- a/package/network/config/ltq-vdsl-app/patches/100-compat.patch +++ b/package/network/config/ltq-vdsl-app/patches/100-compat.patch @@ -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, -1), -+ 0x1E116000, 0x3f, -1), +- 0x1E116000, 0x37, DSL_FALSE, DSL_FALSE, -1), ++ 0x1E116000, 0x3f, DSL_FALSE, DSL_FALSE, -1), #endif #if defined(INCLUDE_DSL_CPE_API_VINAX) |