summaryrefslogtreecommitdiff
path: root/openwrt/package/base-files/default/etc/init.d/S45firewall
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-21 14:02:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-21 14:02:53 +0000
commit29a4b712e8658f13bf6f836943ec81d7cbcd3b73 (patch)
tree57b8983b840371a9290d4ead137ab9ea8f457c5f /openwrt/package/base-files/default/etc/init.d/S45firewall
parent26854133f64778924b1f1974487bade7dbce8194 (diff)
downloadmtk-20170518-29a4b712e8658f13bf6f836943ec81d7cbcd3b73.zip
mtk-20170518-29a4b712e8658f13bf6f836943ec81d7cbcd3b73.tar.gz
mtk-20170518-29a4b712e8658f13bf6f836943ec81d7cbcd3b73.tar.bz2
add config file /etc/config/network, add board-specific network.overrides (instead of nvram.overrides)
SVN-Revision: 1519
Diffstat (limited to 'openwrt/package/base-files/default/etc/init.d/S45firewall')
-rwxr-xr-xopenwrt/package/base-files/default/etc/init.d/S45firewall2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/base-files/default/etc/init.d/S45firewall b/openwrt/package/base-files/default/etc/init.d/S45firewall
index cb77979..188b9aa 100755
--- a/openwrt/package/base-files/default/etc/init.d/S45firewall
+++ b/openwrt/package/base-files/default/etc/init.d/S45firewall
@@ -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)