Merge pull request #2649 from blocktrron/v2022.1.x-device-bp
[v2022.1.x] Backport device support introduced in master
This commit is contained in:
commit
ecd9f8cfe8
@ -185,6 +185,7 @@ ipq40xx-generic
|
|||||||
|
|
||||||
* GL.iNet
|
* GL.iNet
|
||||||
|
|
||||||
|
- GL-AP1300
|
||||||
- GL-B1300
|
- GL-B1300
|
||||||
|
|
||||||
* Linksys
|
* Linksys
|
||||||
@ -416,6 +417,7 @@ rockchip-armv8
|
|||||||
* FriendlyElec
|
* FriendlyElec
|
||||||
|
|
||||||
- NanoPi R2S
|
- NanoPi R2S
|
||||||
|
- NanoPi R4S (4GB LPDDR4)
|
||||||
|
|
||||||
sunxi-cortexa7
|
sunxi-cortexa7
|
||||||
--------------
|
--------------
|
||||||
|
@ -102,6 +102,7 @@ local primary_addrs = {
|
|||||||
}},
|
}},
|
||||||
{'rockchip', 'armv8', {
|
{'rockchip', 'armv8', {
|
||||||
'friendlyarm,nanopi-r2s',
|
'friendlyarm,nanopi-r2s',
|
||||||
|
'friendlyarm,nanopi-r4s',
|
||||||
}},
|
}},
|
||||||
{'x86'},
|
{'x86'},
|
||||||
}},
|
}},
|
||||||
|
@ -6,6 +6,8 @@ local ATH10K_PACKAGES_QCA9887 = {
|
|||||||
'-ath10k-firmware-qca9887-ct',
|
'-ath10k-firmware-qca9887-ct',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
local ATH10K_PACKAGES_QCA9888 = {}
|
||||||
|
|
||||||
|
|
||||||
-- GL.iNet
|
-- GL.iNet
|
||||||
|
|
||||||
@ -30,3 +32,11 @@ device('netgear-wndr3700-v4', 'netgear_wndr3700-v4', {
|
|||||||
'netgear-wndr3700v4', -- Upgrade from OpenWrt 19.07
|
'netgear-wndr3700v4', -- Upgrade from OpenWrt 19.07
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
-- ZTE
|
||||||
|
|
||||||
|
device('zte-mf281', 'zte_mf281', {
|
||||||
|
broken = true,
|
||||||
|
packages = ATH10K_PACKAGES_QCA9888,
|
||||||
|
})
|
||||||
|
@ -56,6 +56,13 @@ device('engenius-ens620ext', 'engenius_ens620ext', {
|
|||||||
|
|
||||||
-- GL.iNet
|
-- GL.iNet
|
||||||
|
|
||||||
|
device('gl.inet-gl-ap1300', 'glinet_gl-ap1300', {
|
||||||
|
factory = '-squashfs-nand-factory',
|
||||||
|
factory_ext = '.ubi',
|
||||||
|
sysupgrade = '-squashfs-nand-sysupgrade',
|
||||||
|
sysupgrade_ext = '.bin',
|
||||||
|
})
|
||||||
|
|
||||||
device('gl.inet-gl-b1300', 'glinet_gl-b1300', {
|
device('gl.inet-gl-b1300', 'glinet_gl-b1300', {
|
||||||
factory = false,
|
factory = false,
|
||||||
})
|
})
|
||||||
|
@ -4,3 +4,4 @@ defaults {
|
|||||||
}
|
}
|
||||||
|
|
||||||
device('friendlyelec-nanopi-r2s', 'friendlyarm_nanopi-r2s')
|
device('friendlyelec-nanopi-r2s', 'friendlyarm_nanopi-r2s')
|
||||||
|
device('friendlyelec-nanopi-r4s', 'friendlyarm_nanopi-r4s') -- 4GB LPDDR4
|
||||||
|
Loading…
Reference in New Issue
Block a user