diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-08-23 18:47:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-08-23 18:47:31 +0000 |
commit | 784b978a1588dc2a44f1504b8d6226a3acb8f97e (patch) | |
tree | 0f260bd52dfc8da0059032b127529bed0730a05e /openwrt/package/base-files/x86-2.6 | |
parent | 222f81f3b218a39657f194c0370e689a3cd13159 (diff) | |
download | mtk-20170518-784b978a1588dc2a44f1504b8d6226a3acb8f97e.zip mtk-20170518-784b978a1588dc2a44f1504b8d6226a3acb8f97e.tar.gz mtk-20170518-784b978a1588dc2a44f1504b8d6226a3acb8f97e.tar.bz2 |
change 'ifnames' to 'ifname' in network config, fix #697
SVN-Revision: 4638
Diffstat (limited to 'openwrt/package/base-files/x86-2.6')
-rw-r--r-- | openwrt/package/base-files/x86-2.6/etc/config/network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/base-files/x86-2.6/etc/config/network b/openwrt/package/base-files/x86-2.6/etc/config/network index 9f521c0..f1ed977 100644 --- a/openwrt/package/base-files/x86-2.6/etc/config/network +++ b/openwrt/package/base-files/x86-2.6/etc/config/network @@ -2,7 +2,7 @@ config interface lan option type bridge - option ifnames "eth1 eth2" + option ifname "eth1 eth2" option proto static option ipaddr 192.168.1.1 option netmask 255.255.255.0 |