diff options
author | Tobias Welz <tw@wiznet.eu> | 2020-08-03 21:28:31 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-05 23:08:03 +0200 |
commit | 816973f42aa47d910d3e35c2f8f8eb9d67416396 (patch) | |
tree | 64cab8e8429c6678dc0e90de6000a6091e5125a6 /target/linux | |
parent | 7c1c0a00fc7948d119a3e3a0dc7a8e89a5c54acc (diff) | |
download | upstream-816973f42aa47d910d3e35c2f8f8eb9d67416396.tar.gz upstream-816973f42aa47d910d3e35c2f8f8eb9d67416396.tar.bz2 upstream-816973f42aa47d910d3e35c2f8f8eb9d67416396.zip |
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>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/mt76x8.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |