mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-09 20:31:59 +00:00
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@wiznet.eu> (cherry picked from commit 816973f42aa47d910d3e35c2f8f8eb9d67416396)
This commit is contained in:
parent
4212b6a01e
commit
d1985a1be6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user