Skip to content
Snippets Groups Projects
Unverified Commit f2aeb462 authored by David Lutz's avatar David Lutz Committed by GitHub
Browse files

ath79: Add support for Sophos AP15C (#3385)

parent 3af76af4
No related branches found
No related tags found
No related merge requests found
...@@ -114,6 +114,7 @@ ath79-generic ...@@ -114,6 +114,7 @@ ath79-generic
* Sophos * Sophos
- AP15C
- AP100 - AP100
- AP100c - AP100c
- AP55 - AP55
......
...@@ -368,6 +368,11 @@ device('sophos-ap15', 'sophos_ap15', { ...@@ -368,6 +368,11 @@ device('sophos-ap15', 'sophos_ap15', {
broken = true, -- no button and no external console port broken = true, -- no button and no external console port
}) })
device('sophos-ap15c', 'sophos_ap15c', {
packages = ATH10K_PACKAGES_QCA9880,
factory = false,
})
device('sophos-ap100', 'sophos_ap100', { device('sophos-ap100', 'sophos_ap100', {
packages = ATH10K_PACKAGES_QCA9880, packages = ATH10K_PACKAGES_QCA9880,
factory = false, factory = false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment