From a8a833f845c7cf981ad46255271ef605098afd08 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 23 Aug 2006 18:47:31 +0000 Subject: 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 --- package/base-files/sibyte-2.6/etc/config/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/base-files/sibyte-2.6/etc/config/network') 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 -- cgit v1.2.3