1
0
Fork 0
forked from mirror/openwrt
openwrt/target/linux/ipq40xx
Ryan Castellucci 7b8ccbd37c ipq40xx: eap1300: add eap1300ext as alt model
The EnGenius EAP1300 and EAP1300EXT use identical boards and firmware
(as flashed) from the vendor.

As with the EAP1300, the EAP1300EXT requires a specific firmware version
to flash OpenWRT. Unfortunately, the required firmware is truncated on
the vendor's website.

A working file can be created as follows:

```
curl \
https://www.engeniustech.com/wp_firmware/eap1300-all-v3.5.3.5_c1.9.04.bin \
| perl -pe 's/\x09EAP1300_A/\x0cEAP1300EXT_A/' \
> eap1300ext-all-v3.5.3.5_c1.9.04.bin
```

The file should have sha256:
`58a1197a426139a12b03fd432334e677124cbe3384349bd7337f2ee71f1dcfd4`.

Please see commit 2b4ac79 for further
details.

The vendor firmware must be decrypted before it can be flashed from
OpenWRT. A tool able to do that is available from:

https://github.com/ryancdotorg/enfringement/blob/main/decrypt.py

Signed-off-by: Ryan Castellucci <code@ryanc.org>
(cherry picked from commit 85f6f88223)
2024-07-01 07:44:05 +02:00
..
base-files ipq40xx: sysupgrade: allow flashing Linksys factory firmware 2023-01-01 21:45:44 +01:00
files ipq40xx: R619AC: replace space with - separator in variant string 2023-05-27 22:05:14 +02:00
files-5.10/drivers/net/mdio ipq40xx: 5.10: fix ar40xx driver 2022-04-29 00:27:58 +02:00
generic ipq40xx: cut ath10k board file for mikrotik subtarget 2022-07-01 12:46:45 +02:00
image ipq40xx: eap1300: add eap1300ext as alt model 2024-07-01 07:44:05 +02:00
mikrotik ipq40xx: cut ath10k board file for mikrotik subtarget 2022-07-01 12:46:45 +02:00
patches-5.10 kernel: bump 5.10 to 5.10.184 2023-06-15 14:26:41 +02:00
config-5.10 ipq40xx: switch to performance governor by default 2023-10-20 15:17:35 +02:00
Makefile ipq40xx: cut ath10k board file for mikrotik subtarget 2022-07-01 12:46:45 +02:00