diff options
Diffstat (limited to 'package/base-files/rb532-2.6/etc/config/network')
-rw-r--r-- | package/base-files/rb532-2.6/etc/config/network | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/base-files/rb532-2.6/etc/config/network b/package/base-files/rb532-2.6/etc/config/network index 2bb48b8863..6f089fe992 100644 --- a/package/base-files/rb532-2.6/etc/config/network +++ b/package/base-files/rb532-2.6/etc/config/network @@ -1,6 +1,6 @@ -# Network configuration file # Copyright (C) 2006 OpenWrt.org -## LAN configuration -lan_ifname="eth0" -lan_proto="dhcp" +config interface lan + option ifname eth0 + option proto dhcp + |