mirror of https://github.com/hak5/openwrt-owl.git
ramips: add wmac nodes to all mt7628/88 dts files
Signed-off-by: John Crispin <john@phrozen.org>owl
parent
8c9b8d70b1
commit
f10d2bb6d3
|
@ -176,3 +176,7 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
mediatek,cd-high;
|
mediatek,cd-high;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&wmac {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -61,3 +61,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&wmac {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -85,3 +85,6 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&wmac {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in New Issue