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

ath79-generic: add support for Sophos AP55 (#3116)

parent a60fdd4d
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,7 @@ ath79-generic
- AP100
- AP100c
- AP55
- AP55c
* Teltonika
......
......@@ -390,6 +390,11 @@ device('sophos-ap100c', 'sophos_ap100c', {
factory = false,
})
device('sophos-ap55', 'sophos_ap55', {
packages = ATH10K_PACKAGES_QCA9880,
factory = false,
})
device('sophos-ap55c', 'sophos_ap55c', {
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