aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/pistachio
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2018-08-15 18:55:01 +0200
committerMathias Kresin <dev@kresin.me>2018-08-16 21:20:57 +0200
commit56b8ac1e86eb5b0c500cbf8db60ce00aff01bcec (patch)
tree4494f9c2e127cfb96b65b528027666a114950b77 /target/linux/pistachio
parent1ea1f3a223d7a56f96de00001f59b077a6c4d237 (diff)
downloadupstream-56b8ac1e86eb5b0c500cbf8db60ce00aff01bcec.tar.gz
upstream-56b8ac1e86eb5b0c500cbf8db60ce00aff01bcec.tar.bz2
upstream-56b8ac1e86eb5b0c500cbf8db60ce00aff01bcec.zip
treewide: consolidate upgrade state set
Set the (sys)upgrade state when sourcing the stage2 script instead of setting the state for each target individual. This change fixes the, due to a missing state set, not working upgrade led on ath79 and apm821xx. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/pistachio')
-rwxr-xr-xtarget/linux/pistachio/base-files/lib/upgrade/platform.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/pistachio/base-files/lib/upgrade/platform.sh b/target/linux/pistachio/base-files/lib/upgrade/platform.sh
index d7d2ba065a..4de019a27c 100755
--- a/target/linux/pistachio/base-files/lib/upgrade/platform.sh
+++ b/target/linux/pistachio/base-files/lib/upgrade/platform.sh
@@ -49,8 +49,3 @@ platform_nand_pre_upgrade() {
;;
esac
}
-
-blink_led() {
- . /etc/diag.sh; set_state upgrade
-}
-append sysupgrade_pre_upgrade blink_led