diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-06-02 18:00:10 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-06-02 18:23:40 +0200 |
commit | b1d375b744199181e2c131b9098700e99777509d (patch) | |
tree | c23b4a1d8bc7588cc346c0f1719905fdeea63dd7 /target/linux/bcm63xx/image | |
parent | 82cf488819d947134ff0bb552508e87dc3cb67b0 (diff) | |
download | upstream-b1d375b744199181e2c131b9098700e99777509d.tar.gz upstream-b1d375b744199181e2c131b9098700e99777509d.tar.bz2 upstream-b1d375b744199181e2c131b9098700e99777509d.zip |
bcm63xx: vr-3032u: switch to bcm-wfi-split
Allows to keep a backup firmware in case active firmware is corrupted.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm63xx/image')
-rw-r--r-- | target/linux/bcm63xx/image/bcm63xx_nand.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm63xx/image/bcm63xx_nand.mk b/target/linux/bcm63xx/image/bcm63xx_nand.mk index f0441c0f0a..e1aeed66db 100644 --- a/target/linux/bcm63xx/image/bcm63xx_nand.mk +++ b/target/linux/bcm63xx/image/bcm63xx_nand.mk @@ -77,7 +77,7 @@ define Device/comtrend_vr-3032u SUBPAGESIZE := 512 VID_HDR_OFFSET := 2048 DEVICE_PACKAGES += $(USB2_PACKAGES) - CFE_WFI_VERSION := 0x5731 + CFE_WFI_VERSION := 0x5732 CFE_WFI_FLASH_TYPE := 3 endef TARGET_DEVICES += comtrend_vr-3032u |