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 <neutrino.vm@gmail.com> [rebased onto base-files split] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
20ace70db6
commit
81f7af4881
9
target/linux/ath79/dts/qca9558_tplink_tl-wr1045nd-v2.dts
Normal file
9
target/linux/ath79/dts/qca9558_tplink_tl-wr1045nd-v2.dts
Normal file
@ -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";
|
||||
};
|
@ -239,7 +239,8 @@ ath79_setup_interfaces()
|
||||
"1:lan" "2:lan" "3:lan" "4:lan" "0:wan" "5@eth0"
|
||||
;;
|
||||
tplink,tl-wr1043nd-v2|\
|
||||
tplink,tl-wr1043nd-v3)
|
||||
tplink,tl-wr1043nd-v3|\
|
||||
tplink,tl-wr1045nd-v2)
|
||||
ucidef_add_switch "switch0" \
|
||||
"0@eth1" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "5:wan" "6@eth0"
|
||||
;;
|
||||
|
@ -440,6 +440,16 @@ define Device/tplink_tl-wr1043n-v5
|
||||
endef
|
||||
TARGET_DEVICES += tplink_tl-wr1043n-v5
|
||||
|
||||
define Device/tplink_tl-wr1045nd-v2
|
||||
$(Device/tplink-8mlzma)
|
||||
ATH_SOC := qca9558
|
||||
DEVICE_MODEL := TL-WR1045ND
|
||||
DEVICE_VARIANT := v2
|
||||
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport
|
||||
TPLINK_HWID := 0x10450002
|
||||
endef
|
||||
TARGET_DEVICES += tplink_tl-wr1045nd-v2
|
||||
|
||||
define Device/tplink_tl-wr2543-v1
|
||||
$(Device/tplink-8mlzma)
|
||||
ATH_SOC := ar7242
|
||||
|
Loading…
Reference in New Issue
Block a user