rb532: bring the target specific default /etc/config/network closer to the global...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 8 May 2009 23:08:39 +0000 (23:08 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 8 May 2009 23:08:39 +0000 (23:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15722 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/rb532/base-files/etc/config/network

index 1943028..e3ed31f 100644 (file)
@@ -8,5 +8,7 @@ config interface loopback
 
 config interface lan
        option ifname   eth2
-       option proto    dhcp
-
+       option type     bridge
+       option proto    static
+       option ipaddr   192.168.1.1
+       option netmask  255.255.255.0
This page took 0.029028 seconds and 4 git commands to generate.