[LEDE-DEV] [PATCH] lantiq: activate noise margin delta for VDSL too
Hauke Mehrtens
hauke at hauke-m.de
Sun Jan 7 09:15:27 PST 2018
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 at 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
More information about the Lede-dev
mailing list