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>
This commit is contained in:
parent
1b1388f640
commit
e4936a957d
2 changed files with 0 additions and 4 deletions
|
@ -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…
Reference in a new issue