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:
Daniel Barlow 2024-07-08 21:19:30 +01:00
parent 5ac7e1e9b2
commit 5751058d59
1 changed files with 2 additions and 2 deletions

View File

@ -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";