ramips: add support for Asus RT-AC65P
authorGabor Varga <vargagab@gmail.com>
Tue, 22 Oct 2019 19:44:09 +0000 (21:44 +0200)
committerJohn Crispin <john@phrozen.org>
Thu, 24 Oct 2019 20:58:02 +0000 (22:58 +0200)
commit7c5f712e4fec39cc70bef9ac0251926dfa32cc68
tree7356eee7657fd53999b894e4d8cf1d014419b88e
parent49db2026e54e7d707834a49fdc87ce76629a168d
ramips: add support for Asus RT-AC65P

The Asus RT-AC65P router is identical with the RT-AC85P, but better to make separate images for it.

On both routers the installation can be done also via SSH:

Note: The user/password for SSH is identical with the one used in the
Web-interface.

1. Complete the initial setup wizard.
2. Activate SSH under "Administration" -> "System".
3. Transfer the OpenWrt factory image via scp:
 > scp openwrt-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin admin@192.168.50.1:/tmp
4. Connect via SSH to the router.
 > ssh admin@192.168.50.1
5. Write the OpenWrt image to flash.
 > mtd-write -i
/tmp/openwrt-ramips-mt7621-asus_rt-ac65p-squashfs-factory.bin -d linux
6. Reboot the router
 > reboot

Changelog:

v3: removed [] from filename, rebased to latest master
v2: Rebased to latest master
v1: Initial release

Signed-off-by: Gabor Varga <vargagab@gmail.com>
target/linux/ramips/base-files/etc/board.d/02_network
target/linux/ramips/base-files/lib/upgrade/platform.sh
target/linux/ramips/dts/mt7621_asus_rt-ac65p.dts [new file with mode: 0644]
target/linux/ramips/dts/mt7621_asus_rt-ac85p.dts
target/linux/ramips/dts/mt7621_asus_rt-acx5p.dtsi [new file with mode: 0644]
target/linux/ramips/image/mt7621.mk