From 43035f7818f0a9b9ee7ca67a2d25c5f15df2a849 Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Wed, 6 Apr 2022 00:12:42 +0200 Subject: [PATCH] ath79-generic: (re)add support for zyxel-nbg6616 Gone due to commit 45c84a117bf8 ("ar71xx: drop target") --- docs/user/supported_devices.rst | 4 ++++ targets/ath79-generic | 6 ++++++ 2 files changed, 10 insertions(+) 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, +})