aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-21 16:57:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-21 16:57:12 +0000
commit3dd35c309f63ee7906b23ae7453d771bfb59886c (patch)
tree836b079a157e61f88a9161747752618125e0ad12 /target
parent63b56fb5395ae913215dae3e5600b01e38df4d69 (diff)
downloadupstream-3dd35c309f63ee7906b23ae7453d771bfb59886c.tar.gz
upstream-3dd35c309f63ee7906b23ae7453d771bfb59886c.tar.bz2
upstream-3dd35c309f63ee7906b23ae7453d771bfb59886c.zip
fix firewall script, add ar7 network if into the bridge by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1522 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/package/openwrt/files/network.overrides.ar72
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/openwrt/files/network.overrides.ar7 b/target/linux/package/openwrt/files/network.overrides.ar7
index dc58a7e591..e857d5b5f1 100644
--- a/target/linux/package/openwrt/files/network.overrides.ar7
+++ b/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"}