1
0
Fork 0
forked from mirror/openwrt
openwrt/target/linux
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
..
apm821xx kernel: bump 5.10 to 5.10.213 2024-03-26 20:43:44 +01:00
archs38 generic: enable CRYPTO_LIB_BLAKE2S[_X86|_ARM] 2022-06-27 22:34:07 +02:00
armvirt generic: enable CRYPTO_LIB_BLAKE2S[_X86|_ARM] 2022-06-27 22:34:07 +02:00
at91 kernel: bump 5.10 to 5.10.217 2024-05-26 20:25:09 +02:00
ath25 kernel: bump 5.10 to 5.10.189 2023-08-11 23:17:31 +02:00
ath79 kernel: bump 5.10 to 5.10.210 2024-03-03 13:16:30 +01:00
bcm27xx kernel: bump 5.10 to 5.10.218 2024-05-26 20:25:09 +02:00
bcm47xx kernel: bump 5.10 to 5.10.216 2024-05-26 20:21:04 +02:00
bcm53xx kernel: bump 5.10 to 5.10.213 2024-03-26 20:43:44 +01:00
bcm63xx kernel: bump 5.10 to 5.10.210 2024-03-03 13:16:30 +01:00
bcm4908 kernel: bump 5.10 to 5.10.213 2024-03-26 20:43:44 +01:00
bmips kernel: bump 5.10 to 5.10.189 2023-08-11 23:17:31 +02:00
gemini kernel: bump 5.10 to 5.10.206 2024-01-08 01:39:10 +01:00
generic kernel: bump 5.10 to 5.10.217 2024-05-26 20:25:09 +02:00
imx imx: fix USB support 2022-03-11 00:04:05 +01:00
ipq40xx ipq40xx: eap1300: add eap1300ext as alt model 2024-07-01 07:44:05 +02:00
ipq806x kernel: bump 5.10 to 5.10.216 2024-05-26 20:21:04 +02:00
kirkwood kernel: remove hack patch, move kirkwood specific kmods to target modules.mk 2022-12-27 08:05:23 +01:00
lantiq kernel: bump 5.10 to 5.10.215 2024-04-16 00:44:46 +02:00
layerscape treewide: fix shell errors during dump stage 2023-11-13 14:10:56 +01:00
malta generic: enable CRYPTO_LIB_BLAKE2S[_X86|_ARM] 2022-06-27 22:34:07 +02:00
mediatek mediatek: fix broken PCIe caused by update to 5.15.158 2024-05-26 20:25:05 +02:00
mpc85xx kernel: bump 5.10 to 5.10.206 2024-01-08 01:39:10 +01:00
mvebu kernel: bump 5.10 to 5.10.216 2024-05-26 20:21:04 +02:00
mxs generic: enable CRYPTO_LIB_BLAKE2S[_X86|_ARM] 2022-06-27 22:34:07 +02:00
octeon octeon: ubnt-edgerouter-4/6p: devicetree cleanup 2023-07-19 21:57:25 +02:00
octeontx kernel: bump 5.10 to 5.10.215 2024-04-16 00:44:46 +02:00
omap generic: enable CRYPTO_LIB_BLAKE2S[_X86|_ARM] 2022-06-27 22:34:07 +02:00
oxnas kernel: bump 5.10 to 5.10.216 2024-05-26 20:21:04 +02:00
pistachio kernel: bump 5.10 to 5.10.196 2023-09-24 19:01:52 +02:00
qoriq qoriq: fix typo in FEATURES 2022-11-11 16:25:29 +02:00
ramips kernel: bump 5.10 to 5.10.210 2024-03-03 13:16:30 +01:00
realtek kernel: bump 5.10 to 5.10.203 2024-01-07 23:38:20 +01:00
rockchip kernel: bump 5.10 to 5.10.215 2024-04-16 00:44:46 +02:00
sunxi sunxi: fix network bringup on Olinuxino Micro boards 2024-04-21 23:39:24 +02:00
tegra kernel: bump 5.10 to 5.10.132 2022-07-30 17:21:47 +02:00
uml kernel: bump 5.10 to 5.10.196 2023-09-24 19:01:52 +02:00
x86 kernel: bump 5.10 to 5.10.216 2024-05-26 20:21:04 +02:00
zynq generic: enable CRYPTO_LIB_BLAKE2S[_X86|_ARM] 2022-06-27 22:34:07 +02:00
Makefile build: fix issues with targets installed via feeds 2022-09-27 13:45:03 +02:00