Merge pull request #2421 from AiyionPrime/ath79-migrate-ubnt-uap

ath79-generic: (re)add support for UniFi AP
This commit is contained in:
Matthias Schiffer 2022-03-24 21:31:39 +01:00 committed by GitHub
commit 138792e7eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 3 deletions

View File

@ -77,6 +77,11 @@ ath79-generic
- TL-WDR4300 (v1)
- WBS210 (v2.0)
* Ubiquiti
- UniFi AP
- UniFi AP LR
ath79-nand
----------

View File

@ -2,15 +2,15 @@ GLUON_FEEDS='packages routing gluon'
OPENWRT_REPO=https://github.com/openwrt/openwrt.git
OPENWRT_BRANCH=openwrt-21.02
OPENWRT_COMMIT=180b750c02dd9dd066cf67ee7c3480eb0ec36b70
OPENWRT_COMMIT=f65edc9b990c2bcc10c9e9fca29253adc6fe316d
PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
PACKAGES_PACKAGES_BRANCH=openwrt-21.02
PACKAGES_PACKAGES_COMMIT=762794d143b6734b706d07944598c04074685f99
PACKAGES_PACKAGES_COMMIT=08a442fe9f7bc2bf1a967d702514c0e136ecde08
PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git
PACKAGES_ROUTING_BRANCH=openwrt-21.02
PACKAGES_ROUTING_COMMIT=5971f1937c76c771081f2b83de8e7263a28837b2
PACKAGES_ROUTING_COMMIT=fc0b140689271efcd913059826b6f9567da2a3e0
PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git
PACKAGES_GLUON_COMMIT=308166e3c6b2d571606dd1dbfadd2bb8e31d8f90

View File

@ -279,3 +279,14 @@ device('tp-link-tl-wdr3600-v1', 'tplink_tl-wdr3600-v1')
device('tp-link-tl-wdr4300-v1', 'tplink_tl-wdr4300-v1')
device('tp-link-wbs210-v2', 'tplink_wbs210-v2')
-- Ubiquiti
device('ubiquiti-unifi-ap', 'ubnt_unifi', {
aliases = {
'ubiquiti-unifi-ap-lr',
},
manifest_aliases = {
'ubiquiti-unifi',
},
})