ramips: add support for HiWiFi HC5861B
authorDeng Qingfang <dengqf6@mail2.sysu.edu.cn>
Thu, 9 Aug 2018 17:22:46 +0000 (01:22 +0800)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:47:46 +0000 (17:47 +0100)
commit6332563ecccd931f5a5c4b1aab4b9838bf57a1ac
tree0a9b947507b003ad88594aa7cb46e1ca5308db6c
parent2ee422631f7dcf831582561768bee101ef905fea
ramips: add support for HiWiFi HC5861B

HiWiFi "Gee Enjoy1200" HC5861B is a dual-band router based on MediaTek MT7628AN
https://www.hiwifi.com/enjoy-view

Specifications:
- MediaTek MT7628AN 580MHz
- 128 MB DDR2 RAM
- 16 MB SPI Flash
- 2.4G MT7628AN 802.11bgn 2T2R 300Mbps
- 5G MT7612EN 802.11ac 2T2R 867Mbps
- 5x 10/100 Mbps Ethernet

Flash instruction:
1. Get SSH access to the router
2. SSH to router with `ssh -p 1022 root@192.168.199.1`, The SSH password is the same as the webconfig one
3. Upload OpenWrt sysupgrade firmware into the router's `/tmp` folder with SCP
4. Run `mtd write /tmp/<filename> firmware`
5. reboot

Everything is working

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
(backported from d20f4fc628e9e3c1e1d4063a0798e4097ffb3c4a)
target/linux/ramips/base-files/etc/board.d/01_leds
target/linux/ramips/base-files/etc/board.d/02_network
target/linux/ramips/base-files/lib/upgrade/platform.sh
target/linux/ramips/dts/HC5861B.dts [new file with mode: 0644]
target/linux/ramips/image/mt76x8.mk