Skip to content

Commit

Permalink
ipq806x-generic: add Ubiquiti UniFi AC HD (#3361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Djfe authored Nov 5, 2024
1 parent d381336 commit 7cc3ebd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ ipq806x-generic

- R7800

* Ubiquiti

- UniFi AC HD

lantiq-xrx200
-------------

Expand Down
4 changes: 4 additions & 0 deletions package/gluon-core/luasrc/lib/gluon/upgrade/020-interfaces
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ elseif platform.match('ipq40xx', 'generic', {
'avm,fritzbox-7530',
}) then
lan_ifname, wan_ifname = 'lan2 lan3 lan4', 'lan1'
elseif platform.match('ipq806x', 'generic', {
'ubnt,unifi-ac-hd',
}) then
lan_ifname, wan_ifname = 'eth1', 'eth0'
elseif platform.match('ramips', 'mt7621', {
'netgear,wac104',
}) then
Expand Down
6 changes: 6 additions & 0 deletions targets/ipq806x-generic
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ device('netgear-nighthawk-x4s-r7800', 'netgear_r7800', {
factory_ext = '.img',
packages = QCA9984_PACKAGES,
})

-- Ubiquiti
device('ubiquiti-unifi-ac-hd', 'ubnt_unifi-ac-hd', {
packages = QCA9984_PACKAGES,
factory = false,
})

0 comments on commit 7cc3ebd

Please sign in to comment.