projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e53003f
)
rb532: bring the target specific default /etc/config/network closer to the global...
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 8 May 2009 23:08:39 +0000
(23:08 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 8 May 2009 23:08:39 +0000
(23:08 +0000)
SVN-Revision: 15722
target/linux/rb532/base-files/etc/config/network
patch
|
blob
|
history
diff --git
a/target/linux/rb532/base-files/etc/config/network
b/target/linux/rb532/base-files/etc/config/network
index 1943028162f9aacab2ed409c5267cc274608be06..e3ed31f8522e2f423054b18cc2882c79fabeee4f 100644
(file)
--- a/
target/linux/rb532/base-files/etc/config/network
+++ b/
target/linux/rb532/base-files/etc/config/network
@@
-8,5
+8,7
@@
config interface loopback
config interface lan
option ifname eth2
- option proto dhcp
-
+ option type bridge
+ option proto static
+ option ipaddr 192.168.1.1
+ option netmask 255.255.255.0