X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d8919b0e367e34849312e4d0c2634cba63cbca3e..3965ba8cd5782f65f00e072a3987acfac2bf069e:/package/base-files/rb532-2.6/etc/config/network diff --git a/package/base-files/rb532-2.6/etc/config/network b/package/base-files/rb532-2.6/etc/config/network index f60332cd8..6f089fe99 100644 --- a/package/base-files/rb532-2.6/etc/config/network +++ b/package/base-files/rb532-2.6/etc/config/network @@ -1,5 +1,6 @@ -# Network configuration file +# Copyright (C) 2006 OpenWrt.org + +config interface lan + option ifname eth0 + option proto dhcp -## LAN configuration -lan_ifname="eth0" -lan_proto="dhcp"