mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
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:98b86296e6
("ipq806x: add support for ASRock G10") Signed-off-by: Petr Štetiar <ynezz@true.cz> (cherry picked from commitfc317a190c
)
This commit is contained in:
parent
952de38ef4
commit
b2896d413e
@ -1,4 +1,4 @@
|
||||
. /lib/functions.sh
|
||||
. "$IPKG_INSTROOT/lib/functions.sh"
|
||||
|
||||
asrock_bootconfig_mangle() {
|
||||
local mtdnum="$( find_mtd_index 0:BOOTCONFIG )"
|
||||
|
Loading…
Reference in New Issue
Block a user