forked from DGNum/liminix
mt300a remove unneeded service dependencies
This commit is contained in:
parent
8b69dcc209
commit
b9ba9ef835
1 changed files with 0 additions and 2 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue