Skip to content

Commit

Permalink
ar71xx: fix sysupgrade for Arduino Yun
Browse files Browse the repository at this point in the history
Commit bb46b63 changed its partition scheme, but sysupgrade image
validation still uses the old format. This commit fixes it so that
force flag is not needed for sysupgrade.

Fixes: bb46b63 ("ar71xx: move Arduino Yun to generic building code")
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
  • Loading branch information
mans0n authored and adschm committed Aug 2, 2020
1 parent 43896dc commit 58dc1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ar71xx/base-files/lib/upgrade/platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ platform_check_image() {
archer-c60-v2|\
archer-c7-v4|\
archer-c7-v5|\
arduino-yun|\
bullet-m|\
bullet-m-xw|\
c-55|\
Expand Down Expand Up @@ -346,7 +347,6 @@ platform_check_image() {
ap152|\
ap91-5g|\
ap96|\
arduino-yun|\
bhr-4grv2|\
bxu2000n-2-a1|\
db120|\
Expand Down

0 comments on commit 58dc1d0

Please sign in to comment.