Skip to content

Commit

Permalink
ath79-generic: add support for Sophos AP55 (freifunk-gluon#3116)
Browse files Browse the repository at this point in the history
  • Loading branch information
herrbett committed Dec 27, 2023
1 parent a60fdd4 commit 3df97e8
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 @@ -113,6 +113,7 @@ ath79-generic

- AP100
- AP100c
- AP55
- AP55c

* Teltonika
Expand Down
5 changes: 5 additions & 0 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3df97e8

Please sign in to comment.