From f12a32630ff52b5e13397f64e9fb31708e97fb60 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Fri, 12 May 2017 22:36:07 +0200 Subject: treewide: use the generic board_name function Use the generic function instead ot the target specific ones. Signed-off-by: Mathias Kresin --- target/linux/mpc85xx/base-files/lib/upgrade/platform.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'target/linux/mpc85xx/base-files/lib/upgrade/platform.sh') diff --git a/target/linux/mpc85xx/base-files/lib/upgrade/platform.sh b/target/linux/mpc85xx/base-files/lib/upgrade/platform.sh index d95ec3013f..65b3674769 100755 --- a/target/linux/mpc85xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/mpc85xx/base-files/lib/upgrade/platform.sh @@ -2,10 +2,7 @@ # Copyright (C) 2011 OpenWrt.org # -. /lib/mpc85xx.sh - PART_NAME=firmware -RAMFS_COPY_DATA=/lib/mpc85xx.sh tplink_get_hwid() { local part @@ -25,7 +22,7 @@ tplink_get_image_boot_size() { } platform_check_image() { - local board=$(mpc85xx_board_name) + local board=$(board_name) local magic="$(get_magic_long "$1")" [ "$#" -gt 1 ] && return 1 @@ -65,7 +62,7 @@ platform_check_image() { } platform_do_upgrade() { - local board=$(mpc85xx_board_name) + local board=$(board_name) case "$board" in *) -- cgit v1.2.3