Skip to content
Snippets Groups Projects
Unverified Commit 7cc3ebdd authored by Felix Baumann's avatar Felix Baumann Committed by GitHub
Browse files

ipq806x-generic: add Ubiquiti UniFi AC HD (#3361)

parent d3813362
No related branches found
No related tags found
No related merge requests found
......@@ -267,6 +267,10 @@ ipq806x-generic
- R7800
* Ubiquiti
- UniFi AC HD
lantiq-xrx200
-------------
......
......@@ -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
......
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment