bcm63xx: Add tp-link-td-w8968-v3

This commit is contained in:
LizenzFass78851 2023-02-25 08:39:48 +01:00
parent be672eda35
commit c97d697fe5

12
targets/bcm63xx-generic Normal file
View File

@ -0,0 +1,12 @@
include 'bcm63xx.inc'
device('tp-link-td-w8968-v3', 'sagem_fast-2704n', {
sysupgrade = '-squashfs-cfe',
sysupgrade_ext = '.bin', -- No sysupgrade image available
manifest_aliases = {
'FAST2704N', -- Upgrade from OpenWrt 19.07
},
broken = true, -- WiFi chip not supported
})