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

ath79-generic: add support for Sophos AP100 (#3121)

parent 38f7e106
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,7 @@ ath79-generic
* Sophos
- AP100
- AP100c
- AP55c
......
......@@ -380,6 +380,11 @@ device('siemens-ws-ap3610', 'siemens_ws-ap3610', {
-- Sophos
device('sophos-ap100', 'sophos_ap100', {
packages = ATH10K_PACKAGES_QCA9880,
factory = false,
})
device('sophos-ap100c', 'sophos_ap100c', {
packages = ATH10K_PACKAGES_QCA9880,
factory = false,
......
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