Skip to content
Snippets Groups Projects
Commit fc317a19 authored by Petr Štetiar's avatar Petr Štetiar
Browse files

ipq806x: base-files: asrock: fix bootcount include


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: 98b86296 ("ipq806x: add support for ASRock G10")
Signed-off-by: default avatarPetr Štetiar <ynezz@true.cz>
parent 1a97c03d
No related branches found
No related tags found
No related merge requests found
. /lib/functions.sh . "$IPKG_INSTROOT/lib/functions.sh"
asrock_bootconfig_mangle() { asrock_bootconfig_mangle() {
local mtdnum="$(find_mtd_index 0:bootconfig)" local mtdnum="$(find_mtd_index 0:bootconfig)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment