ltq-xdsl-app: drop manual br2684ctl reload
authorMathias Kresin <dev@kresin.me>
Sat, 6 Jan 2018 16:37:13 +0000 (17:37 +0100)
committerMathias Kresin <dev@kresin.me>
Wed, 10 Jan 2018 07:08:53 +0000 (08:08 +0100)
br2684ctl starts automatically, set up reload triggers, which fire as soon
as a atm driver is loaded. No need to do the reload via the script.

The reload is only required as soon as we can reliable switch between atm
and ptm driver and need to be implemented in a race free way.

Signed-off-by: Mathias Kresin <dev@kresin.me>
package/network/config/ltq-adsl-app/files/10_atm.sh
package/network/config/ltq-vdsl-app/files/10_atm.sh

index 898d8ec07c61a2cd3c359f7a4475aa80a055afd0..7bc72a63fda0e14662b756675dc57fe2ba258a10 100755 (executable)
@@ -27,5 +27,3 @@ case "$(strings /proc/device-tree/compatible)" in
 esac
 
 modprobe ltq_atm_${soc}
-
-/etc/init.d/br2684ctl reload
index abfb73592342c827f4a50556618501b6eb73e404..e104a14b2e0a8c330e858a12db44785742b8aad4 100755 (executable)
@@ -12,5 +12,3 @@ if grep -q "ltq_ptm_vr9" /proc/modules ; then
 fi
 
 modprobe ltq_atm_vr9
-
-/etc/init.d/br2684ctl reload