rewrite of the network scripts and configuration
[openwrt-10.03/.git] / package / base-files / rb532-2.6 / etc / config / network
index f60332cd8cfefdc31e713a8d18ee1978185401eb..6f089fe992628e6f068d6aa37a2c5272b807696a 100644 (file)
@@ -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"