aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-08-08 21:33:25 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-09-08 19:27:15 +0200
commit38f6d5d217ca0c42f7f42b08f835a8a9cee71ad7 (patch)
treeec9efc3aa943d795efae8e533066c44a0bd268fc /target/linux/kirkwood
parentde4e57eaaad3234390cd954d895520069c73282f (diff)
downloadupstream-38f6d5d217ca0c42f7f42b08f835a8a9cee71ad7.tar.gz
upstream-38f6d5d217ca0c42f7f42b08f835a8a9cee71ad7.tar.bz2
upstream-38f6d5d217ca0c42f7f42b08f835a8a9cee71ad7.zip
treewide: revert sysupgrade adjustments for early DSA-adopters
The uci-default mechanism to update the compat-version was only meant for early DSA-adopters, which should have updated by now. Remove this workaround again in order to prevent the intended experiences for all the other people. This reverts: a9703db72030 ("mvebu: fix sysupgrade experience for early DSA-adopters") 86c89bf5e8f5 ("kirkwood: fix sysupgrade experience for early DSA-adopters") Partially reverted: 1eac573b5304 ("ramips: mt7621: implement compatibility version for DSA migration") Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r--target/linux/kirkwood/base-files/etc/uci-defaults/05_fix-compat-version16
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/kirkwood/base-files/etc/uci-defaults/05_fix-compat-version b/target/linux/kirkwood/base-files/etc/uci-defaults/05_fix-compat-version
deleted file mode 100644
index d7f8488e88..0000000000
--- a/target/linux/kirkwood/base-files/etc/uci-defaults/05_fix-compat-version
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Copyright (C) 2020 OpenWrt.org
-#
-
-. /lib/functions.sh
-
-case "$(board_name)" in
- linksys,e4200-v2|\
- linksys,ea3500|\
- linksys,ea4500)
- uci set system.@system[0].compat_version="1.1"
- uci commit system
- ;;
-esac
-
-exit 0