mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
1ae6292f75
So far, the compatible for the Ubiquiti Edgerouter X has been defined in the DTSI file and inherited for the edgerouterx.dts, but overwritten for the edgerouterx-sfp.dts. In contrast, the model was stored in the DTS file in both cases. To resolve this somewhat confusing situation, move the compatible with the device name for edgerouterx to the DTS file as well. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
/dts-v1/;
|
|
|
|
#include "mt7621_ubiquiti_edgerouterx.dtsi"
|
|
|
|
/ {
|
|
model = "UBNT-ERX";
|
|
compatible = "ubiquiti,edgerouterx", "mediatek,mt7621-soc";
|
|
};
|