projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ramips: remove 2.6.3[24] support
[openwrt.git]
/
target
/
linux
/
at91
/
base-files
/
etc
/
config
/
network
diff --git
a/target/linux/at91/base-files/etc/config/network
b/target/linux/at91/base-files/etc/config/network
index
92d3542
..
2aecfb9
100644
(file)
--- a/
target/linux/at91/base-files/etc/config/network
+++ b/
target/linux/at91/base-files/etc/config/network
@@
-7,7
+7,9
@@
config interface loopback
config interface lan
option ifname eth0
option type none
- option proto dhcp
+ option proto static
+ option ipaddr 192.168.1.1
+ option netmask 255.255.255.0
config interface debug
option ifname usb0
This page took
0.022217 seconds
and
4
git commands to generate.