Skip to content

Commit

Permalink
mediatek/filogic: Added dlink-ai-firmware-tool
Browse files Browse the repository at this point in the history
This tool can be used to process firmware images for the following devices:
- D-Link EAGLE PRO AI AX3000 Wi-Fi 6 Mesh Range Extender (E30)
- D-Link EAGLE PRO AI AX1800 Mesh Router (M18)
- D-Link AQUILA PRO AI AX3000 Smart Mesh Router (M30)
- D-Link EAGLE PRO AI AX3200 Mesh-System (M32)
- D-Link EAGLE PRO AI AX3200 Smart Router (R32)

Therefore, the following operations are supported:
- Decrypt a OEM firmware image to flash it via recovery web interface
- Encrypt a recovery image to flash it via OEM web interface
- Upate the header information (lengths and checksums) in a recovery image

Signed-off-by: Roland Reinl <[email protected]>
  • Loading branch information
RolandoMagico committed Apr 21, 2024
1 parent d87b6c4 commit 879952b
Show file tree
Hide file tree
Showing 2 changed files with 1,593 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ FW_UTIL(buffalo-tftp src/buffalo-lib.c "" "")
FW_UTIL(cros-vbutil "" "" "${OPENSSL_CRYPTO_LIBRARIES}")
FW_UTIL(dgfirmware "" "" "")
FW_UTIL(dgn3500sum "" "" "")
FW_UTIL(dlink-ai-firmware-tool "" "" "${OPENSSL_CRYPTO_LIBRARIES}")
FW_UTIL(dlink-sge-image "" "" "${OPENSSL_CRYPTO_LIBRARIES}")
FW_UTIL(dns313-header "" "" "")
FW_UTIL(edimax_fw_header "" "" "")
Expand Down
Loading

0 comments on commit 879952b

Please sign in to comment.