diff options
Diffstat (limited to 'package/base-files/x86-2.4/etc/config/network')
-rw-r--r-- | package/base-files/x86-2.4/etc/config/network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/x86-2.4/etc/config/network b/package/base-files/x86-2.4/etc/config/network index 9f521c05b..f1ed97745 100644 --- a/package/base-files/x86-2.4/etc/config/network +++ b/package/base-files/x86-2.4/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 |