diff mbox series

[LEDE-DEV] lantiq: activate noise margin delta for VDSL too

Message ID 20180106235514.27586-1-hauke@hauke-m.de
State Accepted
Delegated to: John Crispin
Headers show
Series [LEDE-DEV] lantiq: activate noise margin delta for VDSL too | expand

Commit Message

Hauke Mehrtens Jan. 6, 2018, 11:55 p.m. UTC
Previously this was only activated for ADSL, this patch activates the
same setting also for VDSL.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 package/network/config/ltq-vdsl-app/files/dsl_control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Hauke Mehrtens Jan. 7, 2018, 5:15 p.m. UTC | #1
On 01/07/2018 12:55 AM, Hauke Mehrtens wrote:
> Previously this was only activated for ADSL, this patch activates the
> same setting also for VDSL.
> 
> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
> ---
>  package/network/config/ltq-vdsl-app/files/dsl_control | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/network/config/ltq-vdsl-app/files/dsl_control b/package/network/config/ltq-vdsl-app/files/dsl_control
> index 425208a0d0..818990e574 100644
> --- a/package/network/config/ltq-vdsl-app/files/dsl_control
> +++ b/package/network/config/ltq-vdsl-app/files/dsl_control
> @@ -109,7 +109,7 @@ locs 0 $1
>  }
>  
>  [Common]={
> -}" > /tmp/adsl.scr
> +}" > /tmp/dsl.scr
>  }
>  
>  lowlevel_cfg() {
> @@ -291,7 +291,7 @@ start_service() {
>  	[ -z "${snr}" ] || {
>  	    # for SNR offset setting
>  	    autoboot_script "$snr"
> -	    autoboot="-a /tmp/adsl.scr"
> +	    autoboot="-a /tmp/dsl.scr -A /tmp/dsl.scr"
>  	}
>  
>  	procd_open_instance
> 

I would like to merge this patch and also this one to the lede-17.01 branch:
https://git.openwrt.org/860e053b29a77897d635c1e33007552561062961

I have some stability problems with my DSL line since I was switched to
vectoring.

Are there any objections?

Hauke
diff mbox series

Patch

diff --git a/package/network/config/ltq-vdsl-app/files/dsl_control b/package/network/config/ltq-vdsl-app/files/dsl_control
index 425208a0d0..818990e574 100644
--- a/package/network/config/ltq-vdsl-app/files/dsl_control
+++ b/package/network/config/ltq-vdsl-app/files/dsl_control
@@ -109,7 +109,7 @@  locs 0 $1
 }
 
 [Common]={
-}" > /tmp/adsl.scr
+}" > /tmp/dsl.scr
 }
 
 lowlevel_cfg() {
@@ -291,7 +291,7 @@  start_service() {
 	[ -z "${snr}" ] || {
 	    # for SNR offset setting
 	    autoboot_script "$snr"
-	    autoboot="-a /tmp/adsl.scr"
+	    autoboot="-a /tmp/dsl.scr -A /tmp/dsl.scr"
 	}
 
 	procd_open_instance