diff options
author | Michael Pratt <mcpratt@pm.me> | 2021-02-12 18:58:00 -0500 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-04-08 09:20:59 +0200 |
commit | 37ea5d9a658a15783b0ac68583db9e67a43e960d (patch) | |
tree | 260e6a809f15fc371e6cb541bbf546575db6dcfe /target/linux/ath79/image | |
parent | d5035f0d2694cb9c5a93ed72e3b6d2dd1770741e (diff) | |
download | upstream-37ea5d9a658a15783b0ac68583db9e67a43e960d.tar.gz upstream-37ea5d9a658a15783b0ac68583db9e67a43e960d.tar.bz2 upstream-37ea5d9a658a15783b0ac68583db9e67a43e960d.zip |
ath79: add factory.bin for ALLNET ALL-WAP02860AC
This device is a Senao-based product
using hardware and software from Senao
with the tar-gz platform for factory.bin
and checksum verification at boot time
using variables stored in uboot environment
and a 'failsafe' image when it fails.
Extremely similar hardware/software to Engenius EAP1200H
and other Engenius APs with qca955x
Tested-by: Tomasz Maciej Nowak <tmn505@gmail.com>
Signed-off-by: Michael Pratt <mcpratt@pm.me>
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index bda47ce74d..303907e5bb 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -290,11 +290,14 @@ endef TARGET_DEVICES += alfa-network_r36a define Device/allnet_all-wap02860ac + $(Device/senao_loader_okli) SOC := qca9558 DEVICE_VENDOR := ALLNET DEVICE_MODEL := ALL-WAP02860AC DEVICE_PACKAGES := ath10k-firmware-qca988x-ct kmod-ath10k-ct - IMAGE_SIZE := 13120k + IMAGE_SIZE := 11584k + LOADER_FLASH_OFFS := 0x220000 + SENAO_IMGNAME := senao-allwap02860ac endef TARGET_DEVICES += allnet_all-wap02860ac |