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 bcd0bf6f..5e80f093 100644 --- a/package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua +++ b/package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua @@ -56,6 +56,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 f2c1a952..2b1ebbea 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -92,3 +92,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, +}) +