projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcb66b0
)
n810: Add usb networking to default net config
author
Michael Büsch
<mb@bu3sch.de>
Mon, 7 Mar 2011 00:09:51 +0000
(
00:09
+0000)
committer
Michael Büsch
<mb@bu3sch.de>
Mon, 7 Mar 2011 00:09:51 +0000
(
00:09
+0000)
SVN-Revision: 25917
target/linux/omap24xx/base-files/etc/config/network
patch
|
blob
|
history
diff --git
a/target/linux/omap24xx/base-files/etc/config/network
b/target/linux/omap24xx/base-files/etc/config/network
index f92cb34f2d939a7cf1af1294d593262e6681ae98..8207443f39cf74c5c70ad2c7671bade811926fc9 100644
(file)
--- 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