n810: Add usb networking to default net config
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Mar 2011 00:09:51 +0000 (00:09 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Mar 2011 00:09:51 +0000 (00:09 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25917 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index f92cb34..8207443 100644 (file)
@@ -1,9 +1,15 @@
 config interface loopback
        option ifname   lo
        option proto    static
-       option ipaddr   127.0.0.1
        option netmask  255.0.0.0
 
 config interface lan
        option proto    dhcp
+       option netmask  255.255.255.0
 
+config interface usb
+       option ifname   usb0
+       option proto    static
+       option ipaddr   192.168.168.168
+       option netmask  255.255.255.0
+       option ip6addr  fe80::810:1
This page took 0.026841 seconds and 4 git commands to generate.