diff options
author | Michael Pratt <mcpratt@pm.me> | 2021-02-12 18:58:00 -0500 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-06-11 07:20:31 +0200 |
commit | a97f4f3b2997fb3e10c711062b4eeaf9cb9da613 (patch) | |
tree | 8f5f2f64e3b4fd9c6147d81949e543125b9f35e6 /target/linux/ath79/image/generic.mk | |
parent | e823fb1763a3b08c64ff68852279a28b33f4cc1a (diff) | |
download | upstream-a97f4f3b2997fb3e10c711062b4eeaf9cb9da613.tar.gz upstream-a97f4f3b2997fb3e10c711062b4eeaf9cb9da613.tar.bz2 upstream-a97f4f3b2997fb3e10c711062b4eeaf9cb9da613.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>
(cherry picked from commit 37ea5d9a658a15783b0ac68583db9e67a43e960d)
Diffstat (limited to 'target/linux/ath79/image/generic.mk')
-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 |