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:
David Bauer 2022-09-19 20:31:05 +02:00 committed by GitHub
commit ecd9f8cfe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 0 deletions

View File

@ -185,6 +185,7 @@ ipq40xx-generic
* GL.iNet
- GL-AP1300
- GL-B1300
* Linksys
@ -416,6 +417,7 @@ rockchip-armv8
* FriendlyElec
- NanoPi R2S
- NanoPi R4S (4GB LPDDR4)
sunxi-cortexa7
--------------

View File

@ -102,6 +102,7 @@ local primary_addrs = {
}},
{'rockchip', 'armv8', {
'friendlyarm,nanopi-r2s',
'friendlyarm,nanopi-r4s',
}},
{'x86'},
}},

View File

@ -6,6 +6,8 @@ local ATH10K_PACKAGES_QCA9887 = {
'-ath10k-firmware-qca9887-ct',
}
local ATH10K_PACKAGES_QCA9888 = {}
-- GL.iNet
@ -30,3 +32,11 @@ device('netgear-wndr3700-v4', 'netgear_wndr3700-v4', {
'netgear-wndr3700v4', -- Upgrade from OpenWrt 19.07
},
})
-- ZTE
device('zte-mf281', 'zte_mf281', {
broken = true,
packages = ATH10K_PACKAGES_QCA9888,
})

View File

@ -56,6 +56,13 @@ device('engenius-ens620ext', 'engenius_ens620ext', {
-- 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', {
factory = false,
})

View File

@ -4,3 +4,4 @@ defaults {
}
device('friendlyelec-nanopi-r2s', 'friendlyarm_nanopi-r2s')
device('friendlyelec-nanopi-r4s', 'friendlyarm_nanopi-r4s') -- 4GB LPDDR4