ath79-generic: (re)add support for zyxel-nbg6616

Gone due to
commit 45c84a117b ("ar71xx: drop target")
This commit is contained in:
aiyion.prime 2022-04-06 00:12:42 +02:00
parent 8e9a186e5a
commit 43035f7818
2 changed files with 10 additions and 0 deletions

View File

@ -101,6 +101,10 @@ ath79-generic
- UniFi AP LR
- UniFi AP PRO
* ZyXEL
- NBG6616
ath79-nand
----------

View File

@ -392,3 +392,9 @@ device('ubiquiti-unifi-ap', 'ubnt_unifi', {
})
device('ubiquiti-unifi-ap-pro', 'ubnt_unifi-ap-pro')
-- ZyXEL
device('zyxel-nbg6616', 'zyxel_nbg6616', {
packages = ATH10K_PACKAGES_QCA9880,
})