ltq-xdsl-app: drop manual br2684ctl reload

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>
master
Mathias Kresin 7 years ago
parent 1b1388f640
commit e4936a957d
  1. 2
      package/network/config/ltq-adsl-app/files/10_atm.sh
  2. 2
      package/network/config/ltq-vdsl-app/files/10_atm.sh

@ -27,5 +27,3 @@ case "$(strings /proc/device-tree/compatible)" in
esac
modprobe ltq_atm_${soc}
/etc/init.d/br2684ctl reload

@ -12,5 +12,3 @@ if grep -q "ltq_ptm_vr9" /proc/modules ; then
fi
modprobe ltq_atm_vr9
/etc/init.d/br2684ctl reload

Loading…
Cancel
Save