Skip to content
Snippets Groups Projects
Unverified Commit d318a4f0 authored by Tom Herbers's avatar Tom Herbers
Browse files

Revert "ath79-generic: (re)add Rocket M2/M5 (XM)"

This reverts commit 97efc8ab. (#2580)

Since the commit was openend the device was moved from ath79-generic to ath79-tiny ([4b5bd15](https://github.com/openwrt/openwrt/commit/4b5bd1509195bc8f19999ebe481b59356b5c3512)).

Therefore the commit breaks builds of the ath79-generic target (`unable to enable device 'ubnt_rocket-m'`).

It might be possible to add support for the ath79-tiny target, and with it the Rocket M2/M5 (XM), in the future.
parent 3a75bc43
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,6 @@ ath79-generic
- NanoBeam M5 (XW)
- NanoStation Loco M2/M5 (XW)
- NanoStation M2/M5 (XW)
- Rocket M2/M5 (XM)
- UniFi AC Lite
- UniFi AC LR
- UniFi AC Mesh
......
......@@ -43,7 +43,6 @@ function M.is_outdoor_device()
'ubnt,nanobeam-m5-xw',
'ubnt,nanostation-loco-m-xw',
'ubnt,nanostation-m-xw',
'ubnt,rocket-m',
'ubnt,unifi-ap-outdoor-plus',
'ubnt,unifiac-mesh',
'ubnt,unifiac-mesh-pro',
......
......@@ -557,14 +557,6 @@ device('ubiquiti-nanostation-m-xw', 'ubnt_nanostation-m-xw', {
},
})
device('ubiquiti-rocket-m-xm', 'ubnt_rocket-m', {
manifest_aliases = {
'ubiquiti-rocket-m', -- upgrade from OpenWrt 19.07
'ubiquiti-rocket-m2', -- upgrade from OpenWrt 19.07
'ubiquiti-rocket-m5', -- upgrade from OpenWrt 19.07
},
})
device('ubiquiti-unifi-ac-lite', 'ubnt_unifiac-lite', {
factory = false,
packages = ATH10K_PACKAGES_QCA9880,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment