You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/kirkwood
Adrian Schmutzler 090779b24e kirkwood: implement compatibility version for DSA migration
This implements the newly introduced compat-version to prevent
upgrade between swconfig and DSA for kirkwood.

Just define a compat version with minor increment and an appropriate
message for both image (in Makefile) and device (in base-files).

Since we never removed SUPPORTED_DEVICES for this target, we don't
have to add it back either.

Attention:

All users that already updated to the DSA versions in master will
receive the same incompatibility warning since their devices are still
"1.0" as far as fwtool can tell.
Those, and only those, can bypass the upgrade check by using force (-F)
without having to reset config again. In addition, the new version
string needs to be put into uci config manually, so the new fwtool
knows that it actually deals with a "1.1":

   uci set "system.@system[-1].compat_version=1.1"
   uci commit system

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
4 years ago
..
base-files kirkwood: implement compatibility version for DSA migration 4 years ago
files-5.4/arch/arm/boot/dts kirkwood: add support for Zyxel NSA310S 4 years ago
image kirkwood: implement compatibility version for DSA migration 4 years ago
patches-5.4 kernel: bump 5.4 to 5.4.52 4 years ago
profiles kirkwood: switch from swconfig to dsa 4 years ago
Makefile kirkwood: move usb support to modules 4 years ago
config-5.4 kirkwood: add support for Check Point L-50 4 years ago