Skip to content

Commit

Permalink
ipq40xx: disable Meraki MR33
Browse files Browse the repository at this point in the history
The device was disabled in OpenWrt due to unresolved issues with branches
above openwrt-22.03. Even though we only support it as broken it's better
to wait and see what happens upstream.

ref: openwrt/openwrt#12953
  • Loading branch information
herbetom committed Aug 15, 2023
1 parent ce02067 commit 11283a5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions targets/ipq40xx-generic
Expand Up @@ -95,19 +95,19 @@ device('linksys-ea6350v3', 'linksys_ea6350v3')

-- Meraki

device('meraki-mr33-access-point', 'meraki_mr33', {
packages = {
-- radio0 is monitoring radio - removed for now
-- the -ct firmware does not have working mesh
'-ath10k-firmware-qca9887-ct',
'-ath10k-board-qca9887',
},
factory = false,
broken = true,
-- case must be opened to install
-- the board also bricks the SoC on newer bootloader-versions which is irreversible
-- third radio not yet working
})
-- device('meraki-mr33-access-point', 'meraki_mr33', {
-- packages = {
-- -- radio0 is monitoring radio - removed for now
-- -- the -ct firmware does not have working mesh
-- '-ath10k-firmware-qca9887-ct',
-- '-ath10k-board-qca9887',
-- },
-- factory = false,
-- broken = true,
-- -- case must be opened to install
-- -- the board also bricks the SoC on newer bootloader-versions which is irreversible
-- -- third radio not yet working
-- )


-- NETGEAR
Expand Down

0 comments on commit 11283a5

Please sign in to comment.