2020-05-26 21:30:05 +00:00
|
|
|
config('GLUON_SPECIALIZE_KERNEL', true)
|
2018-04-12 04:11:26 +00:00
|
|
|
|
2019-11-05 19:49:55 +00:00
|
|
|
local ATH10K_PACKAGES = {'kmod-ath10k', '-kmod-ath10k-ct', 'ath10k-firmware-qca988x', '-ath10k-firmware-qca988x-ct'}
|
2017-01-18 16:21:43 +00:00
|
|
|
|
|
|
|
|
2019-06-14 17:20:15 +00:00
|
|
|
defaults {
|
|
|
|
sysupgrade_ext = '.tar',
|
|
|
|
}
|
2018-06-22 18:21:11 +00:00
|
|
|
|
2019-06-14 17:20:15 +00:00
|
|
|
|
2019-07-30 19:00:08 +00:00
|
|
|
-- Aerohive
|
|
|
|
|
|
|
|
device('aerohive-hiveap-121', 'hiveap-121')
|
|
|
|
|
|
|
|
|
2019-06-14 17:20:15 +00:00
|
|
|
-- Netgear
|
|
|
|
|
|
|
|
device('netgear-wndr3700v4', 'wndr3700v4', {
|
|
|
|
profile = 'WNDR3700V4',
|
|
|
|
factory = '-ubi-factory',
|
|
|
|
factory_ext = '.img',
|
|
|
|
})
|
|
|
|
device('netgear-wndr4300', 'wndr4300', {
|
|
|
|
profile = 'WNDR4300V1',
|
|
|
|
factory = '-ubi-factory',
|
|
|
|
factory_ext = '.img',
|
|
|
|
})
|
|
|
|
|
|
|
|
-- ZyXEL
|
|
|
|
device('zyxel-nbg6716', 'nbg6716', {
|
|
|
|
profile = 'NBG6716',
|
|
|
|
packages = ATH10K_PACKAGES,
|
|
|
|
})
|