aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx/base-files
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2011-03-07 00:09:51 +0000
committerMichael Büsch <mb@bu3sch.de>2011-03-07 00:09:51 +0000
commit34024b34ecc93abd56a5bb838dc090ed59157735 (patch)
treedc444e4251216b9b8490cbec2e9c1fe54c4c6b06 /target/linux/omap24xx/base-files
parent2af73d5a20d988089a87b65814078ba30c490a68 (diff)
downloadmaster-187ad058-34024b34ecc93abd56a5bb838dc090ed59157735.tar.gz
master-187ad058-34024b34ecc93abd56a5bb838dc090ed59157735.tar.bz2
master-187ad058-34024b34ecc93abd56a5bb838dc090ed59157735.zip
n810: Add usb networking to default net config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25917 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap24xx/base-files')
-rw-r--r--target/linux/omap24xx/base-files/etc/config/network8
1 files changed, 7 insertions, 1 deletions
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