mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
119e0d57ae
Move board configuration to dtsi file in preparation for WNDR3700v4 router support. Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/dts-v1/;
|
|
|
|
#include "ar9344_netgear_wndr.dtsi"
|
|
|
|
/ {
|
|
compatible = "netgear,wndr4300", "qca,ar9344";
|
|
model = "Netgear WNDR4300";
|
|
};
|