From: Daniel Gimpelevich Date: Thu, 16 Jun 2016 07:18:49 +0000 (-0700) Subject: lantiq: Correct ADSL race condition X-Git-Tag: v17.01.0-rc1~2270 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7385f754b1a1562869ddf6a561f70623d626ed6b;p=openwrt%2Fopenwrt.git lantiq: Correct ADSL race condition puts br2684ctl init after ADSL init instead of before, so that the ESI is set at the right time, and for consistency with the PTM driver. Signed-off-by: Daniel Gimpelevich --- diff --git a/package/network/config/ltq-adsl-app/files/dsl_control b/package/network/config/ltq-adsl-app/files/dsl_control index cf945ac23d..dcde6b2338 100644 --- a/package/network/config/ltq-adsl-app/files/dsl_control +++ b/package/network/config/ltq-adsl-app/files/dsl_control @@ -1,7 +1,7 @@ #!/bin/sh /etc/rc.common # Copyright (C) 2012 OpenWrt.org -START=99 +START=49 EXTRA_COMMANDS="status lucistat" EXTRA_HELP=" status Get DSL status information