diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 59370482..d38c8392 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -101,6 +101,10 @@ ath79-generic - UniFi AP LR - UniFi AP PRO +* ZyXEL + + - NBG6616 + ath79-nand ---------- diff --git a/targets/ath79-generic b/targets/ath79-generic index 008f0643..87e3e198 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -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, +})