Skip to content

Commit

Permalink
mvebu: fix sysupgrade from 17.04 for clearfog pro
Browse files Browse the repository at this point in the history
When clearfog was renamed to clearfog pro, it broke sysupgrade from
17.04 as the new images now get rejected as incompatible. Fix this by
adding the legacy boardname to the compatible devices.

Fixes: ec4a8c6 ("mvebu: ClearFog renamed upstream to ClearFog Pro")
Signed-off-by: Jonas Gorski <[email protected]>
  • Loading branch information
KanjiMonster committed Feb 11, 2018
1 parent 1ba38f6 commit e2ec3f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/mvebu/image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ define Device/armada-388-clearfog-pro
IMAGE/sdcard.img.gz := boot-scr-cfpro | boot-img | sdcard-img | gzip | append-metadata
IMAGE_NAME = $$(IMAGE_PREFIX)-$$(2)
DEVICE_DTS := armada-388-clearfog-pro armada-388-clearfog-base
SUPPORTED_DEVICES := armada-388-clearfog-pro armada-388-clearfog
endef
TARGET_DEVICES += armada-388-clearfog-pro

Expand Down

0 comments on commit e2ec3f7

Please sign in to comment.