1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
openwrt/target/linux/ath79/image
David Bauer 62db255543 ath79: add support for Aerohive HiveAP 121
This commit adds support for the Aerohive HiveAP-121. It was previously
already supported in the ar71xx subtarget.

The following is copied from the commit which added ar71xx support:

Specification:
- SoC: Atheros AR9344-BC2A at 560MHz
- WiFi 1: 2.4GHz Atheros AR9340? - SoC
- WiFi 2: 5.0GHz Atheros AR9382-AL1A
- Memory: 128MB from 2x Nanya NT5TU32M16DG-AC
- SPI: 1MB Macronix MX25L8006E
- NAND: 128MB Hynix H27U1G8F2BTR-BC
- Ethernet: Atheros AR8035-A
- USB: 1x 2.0
- TPM: Atmel SC3204

Flashing:
1. Hook into UART (9600 baud) and enter U-Boot. You may need to enter
a password of administrator or AhNf?d@ta06 if prompted.
2. Once in U-Boot, download and flash LEDE factory image over tftp:

dhcp;
setenv serverip tftp-server-ip;
tftpboot 0x81000000 lede-ar71xx-nand-hiveap-121-squashfs-factory.bin;
nand erase 0x800000 0x800000;
nand write 0x81000000 0x800000 0x800000;
reset;

Signed-off-by: David Bauer <mail@david-bauer.net>
2019-10-27 18:03:56 +01:00
..
bin ath79: add support for PISEN WMB001N 2019-08-08 21:00:59 +08:00
lzma-loader
common-buffalo.mk ath79: sort device definitions in image/* 2019-09-21 22:17:39 +02:00
common-netgear.mk ath79: sort device definitions in image/* 2019-09-21 22:17:39 +02:00
common-tp-link.mk ath79: fix IMAGE_SIZE for common TP-Link definitions 2019-10-27 14:02:43 +01:00
generic-tp-link.mk treewide: remove kmod-usb-core from DEVICE_PACKAGES 2019-10-06 21:28:49 +02:00
generic-ubnt.mk ath79: tidy up and fix IMAGE_SIZE for Ubiquiti devices 2019-10-27 14:02:27 +01:00
generic.mk ath79: fix remaining IMAGE_SIZE issues 2019-10-27 14:03:03 +01:00
Makefile ath79: add support for PISEN WMB001N 2019-08-08 21:00:59 +08:00
nand.mk ath79: add support for Aerohive HiveAP 121 2019-10-27 18:03:56 +01:00
tiny-netgear.mk ath79: wnr1000v2: fix image header information 2019-10-27 13:42:31 +01:00
tiny-tp-link.mk ath79: fix remaining IMAGE_SIZE issues 2019-10-27 14:03:03 +01:00
tiny.mk treewide: remove kmod-usb-core from DEVICE_PACKAGES 2019-10-06 21:28:49 +02:00