mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
e816c50993
This is the result of grepping/searching for several common whitespace issues like double empty lines, leading spaces, etc. This patch fixes them for the ramips target. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
10 lines
183 B
Plaintext
10 lines
183 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";
|
|
};
|