ramips: add TP-Link TL-WR802N-v4 support
authorMarcel Jost <majo@icutech.ch>
Tue, 18 Dec 2018 07:00:52 +0000 (08:00 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Thu, 28 Feb 2019 10:26:10 +0000 (11:26 +0100)
commite6f047fa368ca9c90691b93aa5e03068fe1f4178
treeabd31c89fe10092ce9420a07251de6718a157916
parenta915ad8464341c01ddd894ac36483183ab4c4130
ramips: add TP-Link TL-WR802N-v4 support

This patch adds support for the TP-Link TL-WR802N-v4.
https://openwrt.org/toh/tp-link/tl-wr802n

Specification:
- MT7628N (580 MHz)
- 64 MB RAM
- 8 MB FLASH
- 2T2R 2.4 GHz
- 1x 10/100 Mbps Ethernet
- 1x LED

Flash instruction:

The only way to flash the image in TL-WR802N v4 is to use
tftp recovery mode in U-Boot:

1. Configure PC with static IP 192.168.0.225/24 and tftp server.
2. Rename "openwrt-ramips-mt76x8-tplink_tl-wr802n-v4-squashfs-tftp-recovery.bin"
   to "tp_recovery.bin" and place it in tftp server directory.
3. Connect PC with the LAN port, press the reset button, power up
   the router and keep button pressed for around 10 seconds, until
   device starts downloading the file.
4. Router will download file from server, write it to flash and reboot.

Signed-off-by: Marcel Jost <majo@icutech.ch>
target/linux/ramips/base-files/etc/board.d/02_network
target/linux/ramips/dts/TL-WR802NV4.dts [new file with mode: 0644]
target/linux/ramips/image/mt76x8.mk