mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
470f7c046c
This device seems to be identical to the TL-WDR4300, just with
different release date/region and TPLINK_HWID.
Support is added based on the ar71xx implementation.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 676ca94c3c
)
10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/dts-v1/;
|
|
|
|
#include "ar9344_tplink_tl-wdr4300.dtsi"
|
|
|
|
/ {
|
|
model = "TP-Link TL-WDR4310 v1";
|
|
compatible = "tplink,tl-wdr4310-v1", "qca,ar9344";
|
|
};
|