summaryrefslogtreecommitdiffstats
path: root/package/base-files/sibyte-2.6/etc/config/network
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-08-23 18:47:31 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-08-23 18:47:31 +0000
commita8a833f845c7cf981ad46255271ef605098afd08 (patch)
treedfc75130702d9042aaefe6ad695241945b520a96 /package/base-files/sibyte-2.6/etc/config/network
parent5f28d6150ea16e19d1d528ae07dd9ac0ac296d51 (diff)
change 'ifnames' to 'ifname' in network config, fix #697
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4638 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/sibyte-2.6/etc/config/network')
-rw-r--r--package/base-files/sibyte-2.6/etc/config/network2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/sibyte-2.6/etc/config/network b/package/base-files/sibyte-2.6/etc/config/network
index 95d7575c9..448ab7c9d 100644
--- a/package/base-files/sibyte-2.6/etc/config/network
+++ b/package/base-files/sibyte-2.6/etc/config/network
@@ -2,7 +2,7 @@
config interface lan
option type bridge
- option ifnames "eth0 ath0"
+ option ifname "eth0 ath0"
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0