summaryrefslogtreecommitdiff
path: root/openwrt/target/linux
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-21 16:57:12 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-21 16:57:12 +0000
commit65157ef12a8118a41bf16f73e2c03ba1bc9da7a3 (patch)
tree391be6f4f393f9ca87c494b983c665b090d1924f /openwrt/target/linux
parent2c4e287c1d8863c0cce34ebdf3dd72ad5009e8a6 (diff)
fix firewall script, add ar7 network if into the bridge by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1522 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r--openwrt/target/linux/package/openwrt/files/network.overrides.ar72
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/openwrt/files/network.overrides.ar7 b/openwrt/target/linux/package/openwrt/files/network.overrides.ar7
index dc58a7e591..e857d5b5f1 100644
--- a/openwrt/target/linux/package/openwrt/files/network.overrides.ar7
+++ b/openwrt/target/linux/package/openwrt/files/network.overrides.ar7
@@ -7,7 +7,7 @@
[ -f /etc/sysconf ] && . /etc/sysconf
DEFAULT_lan_proto="static"
-DEFAULT_lan_ifname="eth0"
+DEFAULT_lan_ifname="br0"
DEFAULT_lan_ifnames="eth0"
DEFAULT_lan_ipaddr=${BR2_SYSCONF_FAILSAFE_IP:-"192.168.1.1"}
DEFAULT_lan_netmask=${BR2_SYSCONF_FAILSAFE_NETMASK:-"255.255.255.0"}