Skip to content
Snippets Groups Projects
Unverified Commit c286964f authored by Simon Terzenbach's avatar Simon Terzenbach Committed by GitHub
Browse files

ath79-generic: add support for Sophos AP100c (#3117)

parent 74681fcd
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,10 @@ ath79-generic
- WS-AP3610
* Sophos
- AP100c
* Teltonika
- RUT230 (v1)
......
......@@ -378,6 +378,13 @@ device('siemens-ws-ap3610', 'siemens_ws-ap3610', {
factory = false,
})
-- Sophos
device('sophos-ap100c', 'sophos_ap100c', {
packages = ATH10K_PACKAGES_QCA9880,
factory = false,
})
-- Teltonika
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment