add config file /etc/config/network, add board-specific network.overrides (instead...
[openwrt.git] / openwrt / package / base-files / default / etc / init.d / S45firewall
index cb77979..188b9aa 100755 (executable)
@@ -4,6 +4,8 @@
 ${FAILSAFE:+exit}
 
 . /etc/functions.sh
+. /etc/network.overrides
+[ -e /etc/config/network] && . /etc/config/network
 WAN=$(nvram get wan_ifname)
 LAN=$(nvram get lan_ifname)
 
This page took 0.0261 seconds and 4 git commands to generate.