diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-08 21:30:44 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-09-08 19:26:22 +0200 |
commit | de4e57eaaad3234390cd954d895520069c73282f (patch) | |
tree | f2c6e945bcc30a802bf61b26b422c71615e2de90 /target/linux | |
parent | 97096531bb3f187dce04e7c490de1282254a32e5 (diff) | |
download | upstream-de4e57eaaad3234390cd954d895520069c73282f.tar.gz upstream-de4e57eaaad3234390cd954d895520069c73282f.tar.bz2 upstream-de4e57eaaad3234390cd954d895520069c73282f.zip |
Revert "treewide: add sysupgrade comment for early DSA-adopters"
This reverts commit e81e625ca375d6dc3c885ec870ec15757ac76d72.
This was meant just for early DSA-adopters. Those should have
updated by now, remove it so future updaters get the intended
experience.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/kirkwood/image/Makefile | 3 | ||||
-rw-r--r-- | target/linux/mvebu/image/cortexa9.mk | 3 | ||||
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile index 89042d1726..0816add474 100644 --- a/target/linux/kirkwood/image/Makefile +++ b/target/linux/kirkwood/image/Makefile @@ -12,8 +12,7 @@ KERNEL_LOADADDR:=0x8000 define Device/dsa-migration DEVICE_COMPAT_VERSION := 1.1 - 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) + DEVICE_COMPAT_MESSAGE := Config cannot be migrated from swconfig to DSA endef define Device/Default diff --git a/target/linux/mvebu/image/cortexa9.mk b/target/linux/mvebu/image/cortexa9.mk index 824f142a8b..7f746e553b 100644 --- a/target/linux/mvebu/image/cortexa9.mk +++ b/target/linux/mvebu/image/cortexa9.mk @@ -8,8 +8,7 @@ define Device/dsa-migration DEVICE_COMPAT_VERSION := 1.1 - 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) + DEVICE_COMPAT_MESSAGE := Config cannot be migrated from swconfig to DSA endef define Device/buffalo_ls421de diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index e43b19ca94..46516b3e40 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -107,8 +107,7 @@ endef define Device/dsa-migration DEVICE_COMPAT_VERSION := 1.1 - 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) + DEVICE_COMPAT_MESSAGE := Config cannot be migrated from swconfig to DSA endef define Device/adslr_g7 |