Skip to content

Commit b0fd43a

Browse files
kpanic23neocturne
authored andcommitted
ath79: Add support for Sophos AP15C
(cherry picked from commit f2aeb46)
1 parent 5d49a96 commit b0fd43a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/user/supported_devices.rst

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ ath79-generic
112112

113113
* Sophos
114114

115+
- AP15C
115116
- AP100
116117
- AP100c
117118
- AP55

targets/ath79-generic

+5
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,11 @@ device('sophos-ap15', 'sophos_ap15', {
399399
broken = true, -- no button and no external console port
400400
})
401401

402+
device('sophos-ap15c', 'sophos_ap15c', {
403+
packages = ATH10K_PACKAGES_QCA9880,
404+
factory = false,
405+
})
406+
402407
device('sophos-ap100', 'sophos_ap100', {
403408
packages = ATH10K_PACKAGES_QCA9880,
404409
factory = false,

0 commit comments

Comments
 (0)