Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions openwisp_firmware_upgrader/hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,27 @@
"boards": ("EnGenius EAP1300",),
},
),
(
"mpc85xx-p1020-extreme-networks_ws-ap3825i-squashfs-sysupgrade.bin",
{
"label": "Extreme Networks WS-AP3825i",
"boards": ("Extreme Networks WS-AP3825i",),
},
),
(
"ipq40xx-chromium-google_wifi-squashfs-sysupgrade.bin",
{
"label": "Google WiFi (Gale)",
"boards": ("Google WiFi (Gale)",),
},
),
(
"realtek-rtl838x-engenius_ews2910p-squashfs-sysupgrade.bin"
{
"label": "EnGenius EWS2910P",
"boards": ("EnGenius EWS2910P",),
},
),
(
"ath79-nand-glinet_gl-ar300m-nand-squashfs-sysupgrade.bin",
{
Expand Down