rewrite of the network scripts and configuration
[openwrt.git] / package / base-files / aruba-2.6 / etc / config / network
index f60332c..aadd4aa 100644 (file)
@@ -1,5 +1,5 @@
 # Network configuration file
 
-## LAN configuration
-lan_ifname="eth0"
-lan_proto="dhcp"
+config interface lan
+       option ifname   eth0
+       option proto    dhcp
This page took 0.020055 seconds and 4 git commands to generate.