mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
ramips: removing unnecessary compatibility for TP-Link Archer C2 v1
Removing: compatible = "rtl8367b" This string is not used anywhere in the code. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
This commit is contained in:
parent
dd8850756d
commit
ab853e1571
@ -73,7 +73,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
rtl8367rb {
|
rtl8367rb {
|
||||||
compatible = "realtek,rtl8367b", "rtl8367b";
|
compatible = "realtek,rtl8367b";
|
||||||
cpu_port = <6>;
|
cpu_port = <6>;
|
||||||
realtek,extif1 = <1 0 1 1 1 1 1 1 2>;
|
realtek,extif1 = <1 0 1 1 1 1 1 1 2>;
|
||||||
mii-bus = <&mdio0>;
|
mii-bus = <&mdio0>;
|
||||||
|
Loading…
Reference in New Issue
Block a user