[openwrt/openwrt] qualcommax: ipq807x: fix sysupgrade for TCL LINKHUB HH500V

LEDE Commits lede-commits at lists.infradead.org
Mon Jan 26 13:01:12 PST 2026


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/30378ffea40151a412b0e042e67c4e388b36624b

commit 30378ffea40151a412b0e042e67c4e388b36624b
Author: Milan Krstic <milan.krstic at gmail.com>
AuthorDate: Mon Jan 26 19:32:54 2026 +0000

    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 <milan.krstic at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/21721
    Signed-off-by: Robert Marko <robert.marko at sartura.hr>
---
 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
 #




More information about the lede-commits mailing list