From 81f7af48811656dc12c720efda3f88e088d39b2b Mon Sep 17 00:00:00 2001 From: Rasim Kalimullin Date: Tue, 15 Oct 2019 19:05:17 +0500 Subject: ath79: add support for TP-Link TL-WR1045ND v2 Specifications: - QCA9558 Soc - 720/800 (CPU/DDR) - 1x 10/100/1000 Mbps WAN Ethernet - 4x 10/100/1000 Mbps LAN Ethernet - 64 MB RAM (DDR2) - 8 MB FLASH - QCA9558 2.4 GHz 802.11bgn - 1x USB 2.0 Flash instruction WebUI: Download *-factory.bin image, rename to tp_firmware.bin and upload it via the firmwary upgrade function of the stock firmware WebUI. Tftp: Rename OpenWRT or original firmware to wr1045v2_tp_recovery.bin and Change your computer ip in 192.168.0.66 and subnet mask in 255.255.255.0. Router will obtain IP 192.168.0.86 for a few seconds while loading, when reset button pressed at power On. Signed-off-by: Rasim Kalimullin [rebased onto base-files split] Signed-off-by: Adrian Schmutzler --- target/linux/ath79/dts/qca9558_tplink_tl-wr1045nd-v2.dts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 target/linux/ath79/dts/qca9558_tplink_tl-wr1045nd-v2.dts (limited to 'target/linux/ath79/dts') diff --git a/target/linux/ath79/dts/qca9558_tplink_tl-wr1045nd-v2.dts b/target/linux/ath79/dts/qca9558_tplink_tl-wr1045nd-v2.dts new file mode 100644 index 0000000000..879b55549f --- /dev/null +++ b/target/linux/ath79/dts/qca9558_tplink_tl-wr1045nd-v2.dts @@ -0,0 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT +/dts-v1/; + +#include "qca9558_tplink_tl-wr1043nd.dtsi" + +/ { + compatible = "tplink,tl-wr1045nd-v2", "qca,qca9557"; + model = "TP-Link TL-WR1045ND v2"; +}; -- cgit v1.2.3