Select Git revision
-
David Bauer authored
a44fd27070 ipq40xx: Fix board-2.bin package name for Plasma Cloud PA2200 f6cce83358 ipq40xx: Fix board-2.bin package name for Plasma Cloud PA1200 5eb6d7a358 ipq40xx: Select correct board-2.bin for EnGenius EMR3500 15780763c4 ipq40xx: Select correct board-2.bin for EnGenius EMD1 c37a9e506c kernel: backport switchdev fix for bridge in bridge configurations a300e3c890 kernel: Add missing kernel config options f11cdd3006 build: Replace KERNEL_LOCKUP_DETECTOR with KERNEL_SOFTLOCKUP_DETECTOR 0e29e05dee kirkwood: increase kernel partition of Linksyses 601864c09e mvebu: limit mvneta tx queue workaround to 32 bit SoC 6f8143fa4a OpenWrt v21.02.0: revert to branch defaults b2ae423314 OpenWrt v21.02.0: adjust config defaults
David Bauer authoreda44fd27070 ipq40xx: Fix board-2.bin package name for Plasma Cloud PA2200 f6cce83358 ipq40xx: Fix board-2.bin package name for Plasma Cloud PA1200 5eb6d7a358 ipq40xx: Select correct board-2.bin for EnGenius EMR3500 15780763c4 ipq40xx: Select correct board-2.bin for EnGenius EMD1 c37a9e506c kernel: backport switchdev fix for bridge in bridge configurations a300e3c890 kernel: Add missing kernel config options f11cdd3006 build: Replace KERNEL_LOCKUP_DETECTOR with KERNEL_SOFTLOCKUP_DETECTOR 0e29e05dee kirkwood: increase kernel partition of Linksyses 601864c09e mvebu: limit mvneta tx queue workaround to 32 bit SoC 6f8143fa4a OpenWrt v21.02.0: revert to branch defaults b2ae423314 OpenWrt v21.02.0: adjust config defaults
ramips-mt7620 1.09 KiB
-- ASUS
device('asus-rt-ac51u', 'rt-ac51u', {
factory = false,
broken = true, -- no 5GHz usable, LEDs not fully supported
})
-- GL.iNet
device('gl-mt300a', 'gl-mt300a', {
factory = false,
})
device('gl-mt300n', 'gl-mt300n', {
factory = false,
})
device('gl-mt750', 'gl-mt750', {
factory = false,
})
-- Netgear
device('netgear-ex3700', 'ex3700-ex3800', {
aliases = {
'netgear-ex3800',
},
manifest_aliases = {'netgear-ex3700-ex3800'},
factory_ext = '.chk',
})
-- Nexx
device('nexx-wt3020-8m', 'wt3020-8M', {
aliases = {
'nexx-wt3020ad',
'nexx-wt3020f',
'nexx-wt3020h',
},
})
-- TP-Link
local tplink_region_suffix = ''
if (env.GLUON_REGION or '') ~= '' then
tplink_region_suffix = '-' .. env.GLUON_REGION
end
device('tp-link-archer-c2-v1', 'tplink_c2-v1', {
factory = false,
})
device('tp-link-archer-c20-v1', 'tplink_c20-v1', {
factory = false,
})
device('tp-link-archer-c20i', 'ArcherC20i')
device('tp-link-archer-c50', 'ArcherC50v1', {
factory = '-squashfs-factory' .. tplink_region_suffix,
})
-- Xiaomi
device('xiaomi-miwifi-mini', 'miwifi-mini', {
factory = false,
})