ipq806x: base-files: asrock: fix bootcount include
authorPetr Štetiar <ynezz@true.cz>
Mon, 28 Feb 2022 13:59:16 +0000 (14:59 +0100)
committerPetr Štetiar <ynezz@true.cz>
Mon, 28 Feb 2022 14:21:32 +0000 (15:21 +0100)
Fixes following warning message during image building process:

 Finalizing root filesystem...
 root-ipq806x/lib/upgrade/asrock.sh: line 1: /lib/functions.sh: No such file or directory
 Enabling boot
 root-ipq806x/lib/upgrade/asrock.sh: line 1: /lib/functions.sh: No such file or directory
 Enabling bootcount

Fixes #9350

Fixes: 98b86296e67d ("ipq806x: add support for ASRock G10")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit fc317a190c930c9c338bd07c2e323b6b9eaa1f07)

target/linux/ipq806x/base-files/lib/upgrade/asrock.sh

index 9e1376a5788894ee0a0443bde392e11cca09c5fd..9c1a9d5c59386a837083cd2cb8642870cd8a052c 100644 (file)
@@ -1,4 +1,4 @@
-. /lib/functions.sh
+. "$IPKG_INSTROOT/lib/functions.sh"
 
 asrock_bootconfig_mangle() {
        local mtdnum="$( find_mtd_index 0:BOOTCONFIG )"