Skip to content

Commit

Permalink
[chores] Fixed routerboard definition
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Dec 27, 2024
1 parent 9f97188 commit c82c094
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion openwisp_firmware_upgrader/hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@
),
(
'ramips-mt7621-mikrotik_routerboard-m33g-squashfs-sysupgrade.bin',
{'label': 'MikroTik RouterBOARD M33G', 'boards': ('RouterBOARD M33G',)},
{
'label': 'MikroTik RouterBOARD M33G',
'boards': ('MikroTik RouterBOARD M33G',),
},
),
(
'brcm2708-bcm2709-rpi-2-ext4-sysupgrade.img.gz',
Expand Down

0 comments on commit c82c094

Please sign in to comment.