diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-08 20:53:38 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-08 20:56:12 +0200 |
commit | e81e625ca375d6dc3c885ec870ec15757ac76d72 (patch) | |
tree | cce1d6f153705fc3caab07e237714d0957a13660 /target/linux/ramips/image | |
parent | 372529d3117ef8cd6dc37d61d405e24ccba3584a (diff) | |
download | upstream-e81e625ca375d6dc3c885ec870ec15757ac76d72.tar.gz upstream-e81e625ca375d6dc3c885ec870ec15757ac76d72.tar.bz2 upstream-e81e625ca375d6dc3c885ec870ec15757ac76d72.zip |
treewide: add sysupgrade comment for early DSA-adopters
Add a specific comment for early DSA-adopters that they can keep
their config when prompted due to compat-version increase.
This is a temporary solution, the patch should be simply reverted
before any release.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 34f0ee7e3c..c922303c54 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -107,7 +107,8 @@ endef define Device/dsa-migration DEVICE_COMPAT_VERSION := 1.1 - DEVICE_COMPAT_MESSAGE := Config cannot be migrated from swconfig to DSA + DEVICE_COMPAT_MESSAGE := Config cannot be migrated from swconfig to DSA \ + (early adopters with DSA already set up may just force-flash keeping existing config) endef define Device/adslr_g7 |