Skip to content

Commit 9176a50

Browse files
committed
mvebu: fix rb5009upr+s+in supported devices in DTS
It allows to sysupgrade from generic rb5009 image to specialized rb5009upr without image checks fail. Signed-off-by: Carlo Filippi <carlo2007@gmail.com>
1 parent 405e1c5 commit 9176a50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

target/linux/mvebu/image/cortexa72.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ define Device/mikrotik_rb5009upr
8989
$(call Device/mikrotik_rb5009)
9090
DEVICE_DTS := armada-7040-rb5009upr
9191
DEVICE_MODEL := RB5009UPr+S+IN
92-
SUPPORTED_DEVICES += mikrotik,rb5009upr
92+
SUPPORTED_DEVICES += mikrotik,rb5009
9393
endef
9494
TARGET_DEVICES += mikrotik_rb5009upr
9595

0 commit comments

Comments
 (0)