mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 13:59:21 +02:00
fix lan_ifnames for the wgt634u (#367), add default lan_netmask variable on brcm-2.*
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3445 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d7baa84471
commit
074a54bf85
@ -48,6 +48,7 @@ END {
|
|||||||
if (nvram["boardtype"] == "wgt634u") {
|
if (nvram["boardtype"] == "wgt634u") {
|
||||||
c["vlan0ports"] = "0 1 2 3 5*"
|
c["vlan0ports"] = "0 1 2 3 5*"
|
||||||
c["vlan1ports"] = "4 5"
|
c["vlan1ports"] = "4 5"
|
||||||
|
c["lan_ifnames"] = "vlan0 ath0"
|
||||||
}
|
}
|
||||||
if (nvram["boardtype"] == "0x0467") {
|
if (nvram["boardtype"] == "0x0467") {
|
||||||
c["vlan0ports"] = "0 1 2 3 5*"
|
c["vlan0ports"] = "0 1 2 3 5*"
|
||||||
@ -74,6 +75,7 @@ END {
|
|||||||
p("lan_ifname")
|
p("lan_ifname")
|
||||||
p("lan_ifnames")
|
p("lan_ifnames")
|
||||||
print "lan_ipaddr=\"192.168.1.1\""
|
print "lan_ipaddr=\"192.168.1.1\""
|
||||||
|
print "lan_netmask=\"255.255.255.0\""
|
||||||
print "# lan_dns=\"192.168.1.1\""
|
print "# lan_dns=\"192.168.1.1\""
|
||||||
print "# lan_gateway=\"192.168.1.1\""
|
print "# lan_gateway=\"192.168.1.1\""
|
||||||
|
|
||||||
|
@ -48,6 +48,7 @@ END {
|
|||||||
if (nvram["boardtype"] == "wgt634u") {
|
if (nvram["boardtype"] == "wgt634u") {
|
||||||
c["vlan0ports"] = "0 1 2 3 5*"
|
c["vlan0ports"] = "0 1 2 3 5*"
|
||||||
c["vlan1ports"] = "4 5"
|
c["vlan1ports"] = "4 5"
|
||||||
|
c["lan_ifnames"] = "vlan0 ath0"
|
||||||
}
|
}
|
||||||
if (nvram["boardtype"] == "0x0467") {
|
if (nvram["boardtype"] == "0x0467") {
|
||||||
c["vlan0ports"] = "0 1 2 3 5*"
|
c["vlan0ports"] = "0 1 2 3 5*"
|
||||||
@ -74,6 +75,7 @@ END {
|
|||||||
p("lan_ifname")
|
p("lan_ifname")
|
||||||
p("lan_ifnames")
|
p("lan_ifnames")
|
||||||
print "lan_ipaddr=\"192.168.1.1\""
|
print "lan_ipaddr=\"192.168.1.1\""
|
||||||
|
print "lan_netmask=\"255.255.255.0\""
|
||||||
print "# lan_dns=\"192.168.1.1\""
|
print "# lan_dns=\"192.168.1.1\""
|
||||||
print "# lan_gateway=\"192.168.1.1\""
|
print "# lan_gateway=\"192.168.1.1\""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user