From: Tobias Welz Date: Mon, 3 Aug 2020 19:28:31 +0000 (+0200) Subject: ramips: enable flashing WizFi630S via OEM firmware X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d1985a1be6701c4cd6bb2d81bc42f9e5ed99883a;p=openwrt%2Fstaging%2Fynezz.git 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 (cherry picked from commit 816973f42aa47d910d3e35c2f8f8eb9d67416396) --- diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index 7df5c04297..d0c66a0e23 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -440,6 +440,7 @@ define Device/wiznet_wizfi630s DTS := WIZFI630S IMAGE_SIZE := $(ralink_default_fw_size_32M) DEVICE_TITLE := WIZnet WizFi630S + SUPPORTED_DEVICES += wizfi630s endef TARGET_DEVICES += wiznet_wizfi630s