mvebu: cortex-a9: add upgrade methode to nas1dual
authorRobert Marko <robimarko@gmail.com>
Mon, 14 Oct 2024 11:02:24 +0000 (13:02 +0200)
committerRobert Marko <robimarko@gmail.com>
Mon, 14 Oct 2024 11:17:01 +0000 (13:17 +0200)
The blamed commit adds a upgrade recipe for nas1dual to specify the
firmware partition name, but does not actually include the recipe that
will be called.

Since it previously relied on the default one, add that one.

Fixes: d21720fa90c8 ("mvebu: fix default partition name")
Link: https://github.com/openwrt/openwrt/pull/16704
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/mvebu/cortexa9/base-files/lib/upgrade/platform.sh

index e2a82fe87c347df3df7dda5e78e72160e243bed2..70678622d34a282f7f7649620bc442f73feca3d8 100755 (executable)
@@ -75,8 +75,8 @@ platform_do_upgrade() {
                ;;
        iptime,nas1dual)
                PART_NAME=firmware
+               default_do_upgrade "$1"
                ;;
-
        linksys,wrt1200ac|\
        linksys,wrt1900ac-v1|\
        linksys,wrt1900ac-v2|\