Skip to content

Commit

Permalink
Merge pull request #2421 from AiyionPrime/ath79-migrate-ubnt-uap
Browse files Browse the repository at this point in the history
ath79-generic: (re)add support for UniFi AP
  • Loading branch information
neocturne authored Mar 24, 2022
2 parents a5ada09 + 71d3f4c commit 138792e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ ath79-generic
- TL-WDR4300 (v1)
- WBS210 (v2.0)

* Ubiquiti

- UniFi AP
- UniFi AP LR

ath79-nand
----------

Expand Down
6 changes: 3 additions & 3 deletions modules
Original file line number Diff line number Diff line change
Expand Up @@ -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
11 changes: 11 additions & 0 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
})

0 comments on commit 138792e

Please sign in to comment.