Skip to content
Snippets Groups Projects
Unverified Commit 44073921 authored by dg0tm's avatar dg0tm Committed by GitHub
Browse files

ramips-mt7621: add back Edgerouter X" (#3533)

These devices are usable again, as the flash has been repartitioned
to accommodate the increased kernel size.

This reverts commit 224d0aa7.
parent c8b1dad3
No related branches found
No related tags found
No related merge requests found
...@@ -485,6 +485,8 @@ ramips-mt7621 ...@@ -485,6 +485,8 @@ ramips-mt7621
* Ubiquiti * Ubiquiti
- EdgeRouter X
- EdgeRouter X-SFP
- UniFi 6 Lite - UniFi 6 Lite
- UniFi nanoHD - UniFi nanoHD
......
...@@ -183,3 +183,17 @@ device('zyxel-wsm20', 'zyxel_wsm20', { ...@@ -183,3 +183,17 @@ device('zyxel-wsm20', 'zyxel_wsm20', {
factory = false, factory = false,
}) })
-- Devices without WLAN
-- Ubiquiti
device('ubiquiti-edgerouter-x', 'ubnt_edgerouter-x', {
factory = false,
packages = {'-hostapd-mini'},
})
device('ubiquiti-edgerouter-x-sfp', 'ubnt_edgerouter-x-sfp', {
factory = false,
packages = {'-hostapd-mini'},
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment