From 01d58dbf4e0e444dff4189e3b743064095fd5ec5 Mon Sep 17 00:00:00 2001 From: mb Date: Mon, 7 Mar 2011 00:09:51 +0000 Subject: [PATCH] n810: Add usb networking to default net config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25917 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/omap24xx/base-files/etc/config/network | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/target/linux/omap24xx/base-files/etc/config/network b/target/linux/omap24xx/base-files/etc/config/network index f92cb34f2d..8207443f39 100644 --- a/target/linux/omap24xx/base-files/etc/config/network +++ b/target/linux/omap24xx/base-files/etc/config/network @@ -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 -- 2.11.0