add missing include in restart
[openwrt.git] / package / base-files / files / etc / init.d / network
index 5255651..6b1f13c 100755 (executable)
@@ -20,6 +20,7 @@ start() {
 }
 
 restart() {
+       include /lib/network
        setup_switch
        ifup -a
        /sbin/wifi up
This page took 0.028268 seconds and 4 git commands to generate.