mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00

This commit sync target ath79 from openwrt master, and revert some commit which will causes wireless to not work. Use ath10k-ct-smallbuffers by default, so that small memory devices can normal work.
10 lines
206 B
Plaintext
10 lines
206 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/dts-v1/;
|
|
|
|
#include "ar9344_tplink_tl-wdr4300.dtsi"
|
|
|
|
/ {
|
|
model = "TP-Link TL-WDR4300 v1 (IL)";
|
|
compatible = "tplink,tl-wdr4300-v1-il", "qca,ar9344";
|
|
};
|