1
0
Fork 0

mt300a remove unneeded service dependencies

This commit is contained in:
Daniel Barlow 2024-05-01 23:03:55 +01:00
parent 8b69dcc209
commit b9ba9ef835
1 changed files with 0 additions and 2 deletions

View File

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