diff options
Diffstat (limited to 'target/linux/pistachio/base-files/lib/upgrade/platform.sh')
-rwxr-xr-x | target/linux/pistachio/base-files/lib/upgrade/platform.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/pistachio/base-files/lib/upgrade/platform.sh b/target/linux/pistachio/base-files/lib/upgrade/platform.sh index 2ddac783f3..ee5d5066c3 100755 --- a/target/linux/pistachio/base-files/lib/upgrade/platform.sh +++ b/target/linux/pistachio/base-files/lib/upgrade/platform.sh @@ -33,7 +33,7 @@ platform_nand_pre_upgrade() { local board=$(board_name) case "$board" in - marduk) + img,pistachio-marduk) local boot_partition=$(dmesg | grep "ubi0: attached.*" | sed "s/^.*\(firmware[0-1]\).*/\1/g") echo "Current boot partiton $boot_partition (/dev/mtd$(find_mtd_index $boot_partition))" |