You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gabor Varga 7c5f712e4f 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>
5 years ago
..
lzma-loader ramips: Add support for mt7621 to lzma-loader 6 years ago
Makefile ramips: move "elx-header" to Makefile from mt7620.mk and mt7621.mk 5 years ago
mt76x8.mk ramips: fix TARGET_DEVICES after UniElec rename 5 years ago
mt7620.mk treewide: remove kmod-usb-core from DEVICE_PACKAGES 5 years ago
mt7621.mk ramips: add support for Asus RT-AC65P 5 years ago
rt288x.mk treewide: remove kmod-usb-core from DEVICE_PACKAGES 5 years ago
rt305x.mk treewide: remove kmod-usb-core from DEVICE_PACKAGES 5 years ago
rt3883.mk treewide: remove kmod-usb-core from DEVICE_PACKAGES 5 years ago