Skip to content
Snippets Groups Projects
Commit fe41ba71 authored by David Bauer's avatar David Bauer Committed by Martin Weinelt
Browse files

ath79-generic: add support for devolo WiFi pro 1200i (#1871)

parent 02cbe0b7
No related branches found
No related tags found
No related merge requests found
...@@ -183,6 +183,10 @@ ar71xx-tiny [#deprecated]_ ...@@ -183,6 +183,10 @@ ar71xx-tiny [#deprecated]_
ath79-generic ath79-generic
-------------- --------------
* devolo
- WiFi pro 1200i
* TP-Link * TP-Link
- Archer C6 (v2) - Archer C6 (v2)
...@@ -382,4 +386,4 @@ Footnotes ...@@ -382,4 +386,4 @@ Footnotes
.. [#eva_ramboot] .. [#eva_ramboot]
For instructions on how to flash AVM NAND devices, see the respective For instructions on how to flash AVM NAND devices, see the respective
commit which added support in OpenWrt. commit which added support in OpenWrt.
\ No newline at end of file
...@@ -5,6 +5,12 @@ local ATH10K_PACKAGES_QCA9888 = { ...@@ -5,6 +5,12 @@ local ATH10K_PACKAGES_QCA9888 = {
'-ath10k-firmware-qca9888-ct', '-ath10k-firmware-qca9888-ct',
} }
-- devolo
device('devolo-wifi-pro-1200i', 'devolo_dvl1200i', {
factory = false,
})
-- TP-Link -- TP-Link
device('tp-link-archer-c6-v2', 'tplink_archer-c6-v2', { device('tp-link-archer-c6-v2', 'tplink_archer-c6-v2', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment