mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-08 05:32:09 -05:00
x86 uses append-metadata, but only for signing and not for the
metadata itself.
Since recently SUPPORTED_DEVICES was assigned with a global value
and is not empty anymore, append-metadata will now actually put
metadata into x86 images. This breaks sysupgrade on x86.
To fix it for the moment, let's just empty SUPPORTED_DEVICES for
this target again.
In the long term, one should either not add metadata to the images
if it is not desired, and/or remove the unintended fwtool check.
Fixes:
|
||
|---|---|---|
| .. | ||
| 64 | ||
| base-files | ||
| generic | ||
| geode | ||
| image | ||
| legacy | ||
| patches-5.4 | ||
| config-5.4 | ||
| Makefile | ||
| modules.mk | ||