forked from DGNum/liminix
maybe don't need deps for gl-mt300a vlan devices?
will delete them next time I have that device open to test
This commit is contained in:
parent
660ed5df8f
commit
0e84adaa0e
1 changed files with 2 additions and 2 deletions
|
@ -110,13 +110,13 @@
|
||||||
ifname = "eth0.1";
|
ifname = "eth0.1";
|
||||||
primary = eth;
|
primary = eth;
|
||||||
vid = "1";
|
vid = "1";
|
||||||
dependencies = [swconfig eth];
|
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];
|
dependencies = [swconfig eth]; # 660ed5d obsoletes this?
|
||||||
};
|
};
|
||||||
wlan = link.build {
|
wlan = link.build {
|
||||||
ifname = "wlan0";
|
ifname = "wlan0";
|
||||||
|
|
Loading…
Reference in a new issue