Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/target/linux/ath79/dts/ar9344_tplink_tl-wdr3600-16m.dts b/target/linux/ath79/dts/ar9344_tplink_tl-wdr3600-16m.dts
- new file mode 100644
- index 000000000000..b7d5dadcd03e
- --- /dev/null
- +++ b/target/linux/ath79/dts/ar9344_tplink_tl-wdr3600-16m.dts
- @@ -0,0 +1,29 @@
- +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
- +
- +#include "ar9344_tplink_tl-wdr4300.dtsi"
- +
- +/ {
- + model = "TP-Link TL-WDR3600 16M";
- + compatible = "tplink,tl-wdr3600-16m", "qca,ar9344";
- +};
- +
- +&spi {
- + status = "okay";
- +
- + flash@0 {
- + partitions {
- + partition@20000 {
- + compatible = "tplink,firmware";
- + label = "firmware";
- + reg = <0x020000 0xfd0000>;
- + };
- +
- + art: partition@7f0000 {
- + label = "art";
- + reg = <0xff0000 0x010000>;
- + read-only;
- + };
- + };
- + };
- +};
- +
- diff --git a/target/linux/ath79/generic/base-files/etc/board.d/02_network b/target/linux/ath79/generic/base-files/etc/board.d/02_network
- index e987d754f0ac..7577a9660334 100644
- --- a/target/linux/ath79/generic/base-files/etc/board.d/02_network
- +++ b/target/linux/ath79/generic/base-files/etc/board.d/02_network
- @@ -429,6 +429,7 @@ ath79_setup_interfaces()
- tplink,archer-c7-v4|\
- tplink,archer-c7-v5|\
- tplink,tl-wdr3600-v1|\
- + tplink,tl-wdr3600-16m|\
- tplink,tl-wdr4300-v1|\
- tplink,tl-wdr4300-v1-il|\
- tplink,tl-wdr4310-v1)
- diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk
- index c42338db7832..fcc581b998fb 100644
- --- a/target/linux/ath79/image/generic-tp-link.mk
- +++ b/target/linux/ath79/image/generic-tp-link.mk
- @@ -645,6 +645,17 @@ define Device/tplink_tl-wdr3600-v1
- endef
- TARGET_DEVICES += tplink_tl-wdr3600-v1
- +define Device/tplink_tl-wdr3600-16m
- + $(Device/tplink-16mlzma)
- + SOC := ar9344
- + DEVICE_MODEL := TL-WDR3600
- + DEVICE_VARIANT := 16M
- + DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport
- + TPLINK_HWID := 0x36000001
- + SUPPORTED_DEVICES += tl-wdr3600-16m
- +endef
- +TARGET_DEVICES += tplink_tl-wdr3600-16m
- +
- define Device/tplink_tl-wdr4300-v1
- $(Device/tplink-8mlzma)
- SOC := ar9344
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement