mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add netconfig fix for wl-500g premium
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5287 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
40bb14ef28
commit
2ca894a76e
@ -51,8 +51,13 @@ start() {
|
||||
c["vlan1ports"] = "4 5"
|
||||
}
|
||||
if ((nvram["boardtype"] == "0x0467") || (nvram["boardtype"] == "0x042f")) {
|
||||
c["vlan0ports"] = "0 1 2 3 5*"
|
||||
c["vlan1ports"] = "4 5"
|
||||
if (nvram["boardnum"] == "45") {
|
||||
c["vlan0ports"] = "1 2 3 4 5*"
|
||||
c["vlan1ports"] = "0 5"
|
||||
} else {
|
||||
c["vlan0ports"] = "0 1 2 3 5*"
|
||||
c["vlan1ports"] = "4 5"
|
||||
}
|
||||
}
|
||||
|
||||
# WAP54G
|
||||
|
||||
@ -51,8 +51,13 @@ start() {
|
||||
c["vlan1ports"] = "4 5"
|
||||
}
|
||||
if ((nvram["boardtype"] == "0x0467") || (nvram["boardtype"] == "0x042f")) {
|
||||
c["vlan0ports"] = "0 1 2 3 5*"
|
||||
c["vlan1ports"] = "4 5"
|
||||
if (nvram["boardnum"] == "45") {
|
||||
c["vlan0ports"] = "1 2 3 4 5*"
|
||||
c["vlan1ports"] = "0 5"
|
||||
} else {
|
||||
c["vlan0ports"] = "0 1 2 3 5*"
|
||||
c["vlan1ports"] = "4 5"
|
||||
}
|
||||
}
|
||||
|
||||
# WAP54G
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user