diff options
| author | Robert Marko | 2024-10-14 11:02:24 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-10-14 11:17:01 +0000 |
| commit | 5338c8da6cdbf421d5c68a9e81d289d0e8b185f3 (patch) | |
| tree | d9dace6ee25e9d88008ed6ad8dc7ae0d2eb2456f | |
| parent | 2d350fded62d559d5a037d0febc9c806ae4f1d6e (diff) | |
| download | openwrt-5338c8da6cdbf421d5c68a9e81d289d0e8b185f3.tar.gz | |
mvebu: cortex-a9: add upgrade methode to nas1dual
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>
| -rwxr-xr-x | target/linux/mvebu/cortexa9/base-files/lib/upgrade/platform.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/cortexa9/base-files/lib/upgrade/platform.sh b/target/linux/mvebu/cortexa9/base-files/lib/upgrade/platform.sh index e2a82fe87c..70678622d3 100755 --- a/target/linux/mvebu/cortexa9/base-files/lib/upgrade/platform.sh +++ b/target/linux/mvebu/cortexa9/base-files/lib/upgrade/platform.sh @@ -75,8 +75,8 @@ platform_do_upgrade() { ;; iptime,nas1dual) PART_NAME=firmware + default_do_upgrade "$1" ;; - linksys,wrt1200ac|\ linksys,wrt1900ac-v1|\ linksys,wrt1900ac-v2|\ |