openwrt/target/linux
David Bauer abe137ff5e ramips: add support for ASUS RT-AC57U
SoC:   MediaTek MT7621AT
RAM:   128M (Winbond W631GG6KB-15)
FLASH: 16MB (Spansion S25FL128SA)
WiFi:  MediaTek MT7603EN bgn 2SS
WiFi:  MediaTek MT7612EN nac 2SS
BTN:   Reset - WPS
LED:    - Power
        - LAN {1-4}
        - WAN
        - WiFi 2.4 GHz
        - WiFi 5 GHz
        - USB
UART:  UART is present next to the Power LED.
       TX - RX - GND - 3V3 / 57600-8N1
       3V3 is the nearest one to the Power LED.

Installation
------------
Via TFTP:
1. Set your computers IP-Address to 192.168.1.75.
2. Power up the Router with the Reset button pressed.
3. Release the Reset button after 5 seconds.
4. Upload OpenWRT sysupgrade image via TFTP:
 > tftp -4 -v -m binary 192.168.1.1 -c put <IMAGE>

Via SSH:
Note: 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 sysupgrade image via scp:
 > scp owrt.bin admin@192.168.1.1:/tmp
4. Connect via SSH to the router.
 > ssh admin@192.168.1.1
5. Write the OpenWrt image to flash.
 > mtd-write -i /tmp/owrt.bin -d linux
6. Reboot the router
 > reboot

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 14e0e4f138)
2019-07-21 13:10:12 +02:00
..
apm821xx apm821xx: fix bogus key-presses on boot 2019-06-24 20:30:09 +02:00
ar71xx ar71xx: enable SGMII fixup on Mikrotik wAP AC 2019-07-21 13:09:31 +02:00
arc770 treewide: use wpad-basic for not small flash targets 2018-10-16 15:07:41 +01:00
archs38 treewide: use wpad-basic for not small flash targets 2018-10-16 15:07:41 +01:00
armvirt kernel: Remove CONFIG_COMPAT 2019-05-11 17:15:41 +02:00
at91 at91:renaming subtraget legacy to sam9x 2019-05-30 12:12:57 +02:00
ath25 ath25: disable image generation for ubnt2 and ubnt5 devices 2019-07-20 08:57:23 +02:00
ath79 ath79: add support for devolo WiFi pro 1750x 2019-07-21 13:09:45 +02:00
bcm53xx kernel: bump 4.14 to 4.14.125 (FS#2305 FS#2297) 2019-06-12 15:25:41 +02:00
brcm47xx kernel: bump 4.14 to 4.14.133 2019-07-12 09:39:33 +02:00
brcm63xx brcm63xx: DVA-G3810BN/TL: Fix the WAN ethernet port 2019-06-06 12:05:51 +02:00
brcm2708 kernel: bump 4.14 to 4.14.128 2019-06-20 15:50:00 +02:00
cns3xxx kernel: drop everything not on kernel version 4.14 2019-06-12 01:18:52 +02:00
gemini kernel: drop everything not on kernel version 4.14 2019-06-12 01:18:52 +02:00
generic kernel: cherry pick patch removing __linux__ check 2019-07-10 18:05:32 +02:00
imx6 kernel: drop everything not on kernel version 4.14 2019-06-12 01:18:52 +02:00
ipq40xx ipq40xx: Linksys: sysupgrade: Ensure OEM volumes are removed 2019-06-24 20:28:33 +02:00
ipq806x kernel: bump 4.14 to 4.14.120 2019-05-21 09:45:15 +02:00
kirkwood kernel: drop everything not on kernel version 4.14 2019-06-12 01:18:52 +02:00
lantiq lantiq: enable STP where referenced 2019-07-03 11:17:29 +02:00
layerscape layerscape: drop pause frame support for aquantia phy 2019-06-26 07:27:38 +02:00
malta malta: Deactivate MIPS O32 and N32 support 2019-05-14 21:50:42 +02:00
mediatek kernel: bump 4.14 to 4.14.130 2019-06-25 16:48:50 +02:00
mpc85xx mpc85xx: Use gzip compressed kernel on HiveAP-330 2019-07-05 22:29:27 +02:00
mvebu mvebu: Fix platform.sh for non-generic espressobin versions 2019-06-28 21:53:05 +02:00
mxs mxs: disable unused serial drivers 2019-03-11 19:35:43 +01:00
octeon kernel: drop everything not on kernel version 4.14 2019-06-12 01:18:52 +02:00
octeontx kernel: Remove CONFIG_COMPAT 2019-05-11 17:15:41 +02:00
omap kernel: Deactivate CONFIG_BINFMT_MISC 2019-05-11 17:15:41 +02:00
oxnas kernel: bump 4.14 to 4.14.128 2019-06-20 15:50:00 +02:00
pistachio kernel: bump 4.14 to 4.14.91 2019-01-07 17:09:06 +01:00
ramips ramips: add support for ASUS RT-AC57U 2019-07-21 13:10:12 +02:00
rb532 kernel: bump 4.14 to 4.14.86 2018-12-10 11:48:44 +01:00
samsung kernel: Do not set CONFIG_DEVMEM or CONFIG_DEVKMEM 2019-05-11 17:15:41 +02:00
sunxi kernel: drop everything not on kernel version 4.14 2019-06-12 01:18:52 +02:00
tegra kernel: drop everything not on kernel version 4.14 2019-06-12 01:18:52 +02:00
uml kernel: Deactivate CONFIG_BINFMT_MISC 2019-05-11 17:15:41 +02:00
x86 x86: add modern network modules to Generic target 2019-07-20 22:58:08 +02:00
zynq zynq: make title consistent for all devices 2019-05-17 21:41:43 +02:00
Makefile