- if (nvram["boardtype"] == "wgt634u") {
- c["vlan0ports"] = "0 1 2 3 5*"
- c["vlan1ports"] = "4 5"
- }
- if (nvram["boardtype"] == "0x0467") {
- c["vlan0ports"] = "0 1 2 3 5*"
+ if ((nvram["boardtype"] == "wgt634u") || (nvram["boardtype"] == "0x0467")) {
+ c["vlan0ports"] = "0 1 2 3 5"