projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
define a shared IMG_PREFIX variable used as a basename for image files, it contains...
[openwrt.git]
/
target
/
linux
/
ar71xx
/
base-files
/
etc
/
defconfig
/
rb-750
/
network
diff --git
a/target/linux/ar71xx/base-files/etc/defconfig/rb-750/network
b/target/linux/ar71xx/base-files/etc/defconfig/rb-750/network
index
572cd3a
..
113d9f3
100644
(file)
--- a/
target/linux/ar71xx/base-files/etc/defconfig/rb-750/network
+++ b/
target/linux/ar71xx/base-files/etc/defconfig/rb-750/network
@@
-6,9
+6,10
@@
config interface loopback
config interface eth
option ifname eth0
config interface eth
option ifname eth0
+ option proto none
config interface lan
config interface lan
- option ifname '
lan1 lan2 lan3 lan4
'
+ option ifname '
port2 port3 port4 port5
'
option type bridge
option proto static
option ipaddr 192.168.1.1
option type bridge
option proto static
option ipaddr 192.168.1.1
This page took
0.021165 seconds
and
4
git commands to generate.