mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
7196ca1d49
As introduced with ath79, DTS files for ramips will now be labelled soc_vendor_device.dts(i). With this change, DTS files can be selected automatically without further manual links. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
11 lines
186 B
Plaintext
11 lines
186 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
|
|
#include "mt7621_elecom_wrc-gst.dtsi"
|
|
|
|
|
|
/ {
|
|
compatible = "elecom,wrc-1900gst", "mediatek,mt7621-soc";
|
|
model = "ELECOM WRC-1900GST";
|
|
};
|