Skip to content

Commit

Permalink
ath79: Add support for Sophos AP15C (#3385)
Browse files Browse the repository at this point in the history
Signed-off-by: David Lutz <kpanic@hirnduenger.de>
  • Loading branch information
kpanic23 authored Dec 22, 2024
1 parent 3af76af commit f2aeb46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ ath79-generic

* Sophos

- AP15C
- AP100
- AP100c
- AP55
Expand Down
5 changes: 5 additions & 0 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,11 @@ device('sophos-ap15', 'sophos_ap15', {
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', {
packages = ATH10K_PACKAGES_QCA9880,
factory = false,
Expand Down

0 comments on commit f2aeb46

Please sign in to comment.