add missing include in restart

SVN-Revision: 10794
master
Travis Kemen 17 years ago
parent 4e319c572f
commit bae7e5bebb
  1. 1
      package/base-files/files/etc/init.d/network

@ -20,6 +20,7 @@ start() {
}
restart() {
include /lib/network
setup_switch
ifup -a
/sbin/wifi up

Loading…
Cancel
Save