ath79-generic: limit line length
This limits the line-length for the ATH10K package
definitions.
Fixes f49813b5
This commit is contained in:
parent
f49813b52f
commit
b8defb1c08
@ -1,6 +1,9 @@
|
||||
-- local ATH10K_PACKAGES = {'kmod-ath10k', '-kmod-ath10k-ct', 'ath10k-firmware-qca988x', '-ath10k-firmware-qca988x-ct'}
|
||||
-- local ATH10K_PACKAGES_QCA9887 = {'kmod-ath10k', '-kmod-ath10k-ct', 'ath10k-firmware-qca9887', '-ath10k-firmware-qca9887-ct'}
|
||||
local ATH10K_PACKAGES_QCA9888 = {'kmod-ath10k', '-kmod-ath10k-ct', 'ath10k-firmware-qca9888', '-ath10k-firmware-qca9888-ct'}
|
||||
local ATH10K_PACKAGES_QCA9888 = {
|
||||
'kmod-ath10k',
|
||||
'-kmod-ath10k-ct',
|
||||
'ath10k-firmware-qca9888',
|
||||
'-ath10k-firmware-qca9888-ct',
|
||||
}
|
||||
|
||||
-- TP-Link
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user