[openwrt/openwrt] ramips: enable flashing WizFi630S via OEM firmware

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 5 17:08:11 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/816973f42aa47d910d3e35c2f8f8eb9d67416396

commit 816973f42aa47d910d3e35c2f8f8eb9d67416396
Author: Tobias Welz <tw at wiznet.eu>
AuthorDate: Mon Aug 3 21:28:31 2020 +0200

    ramips: enable flashing WizFi630S via OEM firmware
    
    WIZnet WizFi630s board name is written slightly different it its OEM
    OpenWrt firmware. This causes an incompatibility warning during flashing
    with sysupgrade. This patch is adding the vendor board name to the
    supported devices list to avoid this warning. For initial flashing you
    can use sysupgrade via command line or luci beside of TFTP.
    Do not keep the OEM configuration during sysupgrade.
    
    Signed-off-by: Tobias Welz <tw at wiznet.eu>
---
 target/linux/ramips/image/mt76x8.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk
index d170eaa065..669077c1d3 100644
--- a/target/linux/ramips/image/mt76x8.mk
+++ b/target/linux/ramips/image/mt76x8.mk
@@ -658,6 +658,7 @@ define Device/wiznet_wizfi630s
   IMAGE_SIZE := 32448k
   DEVICE_VENDOR := WIZnet
   DEVICE_MODEL := WizFi630S
+  SUPPORTED_DEVICES += wizfi630s
 endef
 TARGET_DEVICES += wiznet_wizfi630s
 



More information about the lede-commits mailing list