mirror of https://github.com/hak5/openwrt-owl.git
parent
b266b01045
commit
5d22a52440
|
@ -57,6 +57,10 @@ start() {
|
||||||
c["wan_ifname"] = ""
|
c["wan_ifname"] = ""
|
||||||
c["lan_ifname"] = "eth1"
|
c["lan_ifname"] = "eth1"
|
||||||
}
|
}
|
||||||
|
if (model == "ASUS WL-500g") {
|
||||||
|
c["wan_ifname"] = "eth1"
|
||||||
|
c["lan_ifname"] = "eth0"
|
||||||
|
}
|
||||||
if (nvram["boardtype"] == "bcm94710r4") {
|
if (nvram["boardtype"] == "bcm94710r4") {
|
||||||
# Toshiba WRC-1000
|
# Toshiba WRC-1000
|
||||||
c["lan_ifname"] = "eth0"
|
c["lan_ifname"] = "eth0"
|
||||||
|
|
Loading…
Reference in New Issue