From 3b2a51884027f5ccab6410400fc23ff72e50fed0 Mon Sep 17 00:00:00 2001 From: Tom Herbers Date: Tue, 30 Mar 2021 01:12:29 +0200 Subject: [PATCH] ath79: add TP-Link EAP225 Outdoor v1 --- package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua | 1 + targets/ath79-generic | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua b/package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua index 8a404a4a..600a6903 100644 --- a/package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua +++ b/package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua @@ -30,6 +30,7 @@ function M.is_outdoor_device() 'plasmacloud,pa300', 'plasmacloud,pa300e', 'tplink,cpe220-v3', + 'tplink,eap225-outdoor-v1', }) then return true diff --git a/targets/ath79-generic b/targets/ath79-generic index 5e66617d..b568030d 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -99,3 +99,8 @@ device('tp-link-archer-d50-v1', 'tplink_archer-d50-v1', { factory = false, broken = true, -- 64M ath9k + ath10k & power LED not working }) + +device('tp-link-eap225-outdoor-v1', 'tplink_eap225-outdoor-v1', { + packages = ATH10K_PACKAGES_QCA9888, +}) +