26 lines
403 B
Plaintext
26 lines
403 B
Plaintext
local ATH10K_PACKAGES_QCA9888 = {
|
|
'kmod-ath10k',
|
|
'-kmod-ath10k-ct',
|
|
'ath10k-firmware-qca9888',
|
|
'-ath10k-firmware-qca9888-ct',
|
|
}
|
|
|
|
-- devolo
|
|
|
|
device('devolo-wifi-pro-1200i', 'devolo_dvl1200i', {
|
|
factory = false,
|
|
})
|
|
|
|
-- OCEDO
|
|
|
|
device('ocedo-raccoon', 'ocedo_raccoon', {
|
|
factory = false,
|
|
})
|
|
|
|
-- TP-Link
|
|
|
|
device('tp-link-archer-c6-v2', 'tplink_archer-c6-v2', {
|
|
packages = ATH10K_PACKAGES_QCA9888,
|
|
})
|
|
|