From 30378ffea40151a412b0e042e67c4e388b36624b Mon Sep 17 00:00:00 2001 From: Milan Krstic Date: Mon, 26 Jan 2026 19:32:54 +0000 Subject: [PATCH] qualcommax: ipq807x: fix sysupgrade for TCL LINKHUB HH500V Fix missing reference to bootconfig.sh that was breaking root partition swap. Signed-off-by: Milan Krstic Link: https://github.com/openwrt/openwrt/pull/21721 Signed-off-by: Robert Marko --- target/linux/qualcommax/ipq807x/base-files/lib/upgrade/tcl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/qualcommax/ipq807x/base-files/lib/upgrade/tcl.sh b/target/linux/qualcommax/ipq807x/base-files/lib/upgrade/tcl.sh index 8fd5a92e95..9442fa76f9 100644 --- a/target/linux/qualcommax/ipq807x/base-files/lib/upgrade/tcl.sh +++ b/target/linux/qualcommax/ipq807x/base-files/lib/upgrade/tcl.sh @@ -1,6 +1,7 @@ # based on target/linux/qualcommax/ipq50xx/base-files/lib/upgrade/elecom.sh . /lib/functions.sh +. /lib/functions/bootconfig.sh # Read or update an entry in Qualcomm bootconfig partition #