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.
openwrt/target/linux
Keith Maika 4cb5f29625 ath79: add support for TP-Link Archer C59v2
Add ath79 support for Archer C59v2, previously supported by ar71xx.

TP-Link Archer C59v2 is a dual-band AC1350 router based on
Qualcomm/Atheros QCA9561+QCA9886 chips.

Specification:

- 775/650/258 MHz (CPU/DDR/AHB)
- 128 MB of RAM (DDR2)
- 16 MB of FLASH (SPI NOR)
- 3T3R 2.4 GHz
- 2T2R 5 GHz
- 5x 10/100 Mbps Ethernet
- USB 2.0 port
- UART header on PCB

Flash instruction:
  - via web UI:
    1. Download openwrt-ath79-generic-tplink_archer-c59-v2-squashfs-factory.bin
    2. Login to router and open the Advanced tab
    3. Navigate to System Tools -> Firmware Upgrade
    4. Upload firmware using the Manual Upgrade form
  - via TFTP:
    1. Set PC to fixed ip address 192.168.0.66
    2. Download openwrt-ath79-generic-tplink_archer-c59-v2-squashfs-factory.bin
       and rename it to tp_recovery.bin
    3. Start a tftp server with the file tp_recovery.bin in its root directory
    4. Turn off the router
    5. Press and hold Reset button
    6. Turn on router with the reset button pressed and wait ~15 seconds
    7. Release the reset button and after a short time
       the firmware should be transferred from the tftp server
    8. Wait ~30 second to complete recovery.

Signed-off-by: Keith Maika <keithm@aoeex.com>
5 years ago
..
apm821xx apm821xx: image: remove unused kernel.dtb from IMAGES 5 years ago
ar7 kernel: bump 4.9 to 4.9.186 5 years ago
ar71xx ar71xx: fix typo in platform_do_upgrade_compex() 5 years ago
arc770 treewide: use wpad-basic for not small flash targets 6 years ago
archs38 treewide: use wpad-basic for not small flash targets 6 years ago
armvirt armvirt: fix overlay support by updating to f2fs/ext4 based overlays 5 years ago
at91 at91/image/sama5.mk: check for sama5d4_xplained device 5 years ago
ath25 treewide: sysupgrade: use $UPGRADE_BACKUP to check for backup 5 years ago
ath79 ath79: add support for TP-Link Archer C59v2 5 years ago
bcm53xx bcm53xx: sysupgrade: support Luxul firmware format 5 years ago
brcm47xx brcm47xx: sysupgrade: support Luxul firmware format 5 years ago
brcm63xx brcm63xx: remove redundant variable definition in Makefile 5 years ago
brcm2708 kernel: bump 4.19 to 4.19.71 5 years ago
cns3xxx treewide: sysupgrade: don't use $ARGV in platform_do_upgrade() 5 years ago
gemini kernel: bump 4.19 to 4.19.71 5 years ago
generic ar71xx: make IRQ fixes target specific 5 years ago
imx6 imx6: install-dtb as separate IMAGE 5 years ago
ipq40xx treewide: sysupgrade: use $UPGRADE_BACKUP to check for backup 5 years ago
ipq806x treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
ixp4xx treewide: sysupgrade: use $UPGRADE_BACKUP to check for backup 5 years ago
kirkwood treewide: sync bootcount scripts across targets 5 years ago
lantiq lantiq: add device alias for Alpha ASL56026 5 years ago
layerscape kernel: bump 4.14 to 4.14.142 5 years ago
malta malta: fix overlay support by updating to f2fs/ext4 based overlays 5 years ago
mediatek mediatek: enable mtk_efuse by default 5 years ago
mpc85xx treewide: convert WiFi caldata size and offset to hexadecimal 5 years ago
mvebu treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
mxs mxs: disable unused serial drivers 5 years ago
octeon treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
octeontx kernel: Remove CONFIG_COMPAT 5 years ago
omap treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
orion orion: sysupgrade: change platform_check_image() args validation 5 years ago
oxnas oxnas: convert DEVICE_TITLE to new variables 5 years ago
pistachio treewide: sysupgrade: get rid of platform_nand_pre_upgrade() 5 years ago
ramips ramips: add SD-Card support for Linkit Smart 7688 5 years ago
rb532 treewide: sysupgrade: get rid of platform_nand_pre_upgrade() 5 years ago
samsung samsung: split up DEVICE_TITLE 5 years ago
sunxi treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
tegra treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
uml kernel: Deactivate CONFIG_BINFMT_MISC 5 years ago
x86 treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
zynq zynq: remove kernel 4.14 support 5 years ago
Makefile