gl-ar750 swap lan and wan
I don't know if I just got it wrong the first time or if something weird is going on
This commit is contained in:
parent
5ac7e1e9b2
commit
5751058d59
@ -126,11 +126,11 @@
|
||||
in {
|
||||
lan = link.build {
|
||||
ifname = "lan";
|
||||
devpath = "/devices/platform/ahb/19000000.eth";
|
||||
devpath = "/devices/platform/ahb/1a000000.eth";
|
||||
};
|
||||
wan = link.build {
|
||||
ifname = "wan";
|
||||
devpath = "/devices/platform/ahb/1a000000.eth";
|
||||
devpath = "/devices/platform/ahb/19000000.eth";
|
||||
};
|
||||
wlan = link.build {
|
||||
ifname = "wlan0";
|
||||
|
Loading…
Reference in New Issue
Block a user