mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[brcm47xx] fix the default network configuration for the ASUS WL-330gE (#8751)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28024 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -104,8 +104,8 @@ start() {
|
|||||||
}
|
}
|
||||||
if (model == "ASUS WL-330gE") {
|
if (model == "ASUS WL-330gE") {
|
||||||
c["wan_ifname"] = ""
|
c["wan_ifname"] = ""
|
||||||
c["lan_ifname"] = "eth0"
|
c["lan_ifname"] = "eth0.0"
|
||||||
c["vlan0ports"] = ""
|
c["vlan0ports"] = "4 5"
|
||||||
c["vlan1ports"] = ""
|
c["vlan1ports"] = ""
|
||||||
}
|
}
|
||||||
if ((model == "ASUS WL-500g") || (model == "Microsoft MN-700")) {
|
if ((model == "ASUS WL-500g") || (model == "Microsoft MN-700")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user