maybe don't need deps for gl-mt300a vlan devices?

will delete them next time I have that device open to test
main
Daniel Barlow 2024-04-28 21:35:09 +01:00
parent 660ed5df8f
commit 0e84adaa0e
1 changed files with 2 additions and 2 deletions

View File

@ -110,13 +110,13 @@
ifname = "eth0.1";
primary = eth;
vid = "1";
dependencies = [swconfig eth];
dependencies = [swconfig eth]; # 660ed5d obsoletes this?
};
wan = vlan.build {
ifname = "eth0.2";
primary = eth;
vid = "2";
dependencies = [swconfig eth];
dependencies = [swconfig eth]; # 660ed5d obsoletes this?
};
wlan = link.build {
ifname = "wlan0";