mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
929becbc2d
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 ath79 target. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/dts-v1/;
|
|
|
|
#include "ar7240_netgear_wnr612-v2.dtsi"
|
|
|
|
/ {
|
|
model = "ON Network N150R";
|
|
compatible = "on,n150r", "qca,ar7240";
|
|
};
|