fix restart on platforms without a setup_switch()

SVN-Revision: 10846
v19.07.3_mercusys_ac12_duma
Travis Kemen 16 years ago
parent 67fd9d7fba
commit 37b0cc9a10

@ -20,6 +20,8 @@ start() {
} }
restart() { restart() {
setup_switch() { return 0; }
include /lib/network include /lib/network
setup_switch setup_switch
ifup -a ifup -a

Loading…
Cancel
Save