diff options
| author | Milan Krstic | 2026-01-26 19:32:54 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-01-26 21:01:09 +0000 |
| commit | 30378ffea40151a412b0e042e67c4e388b36624b (patch) | |
| tree | 4685c8ccde471055d6f189f6bd55af41710b5363 | |
| parent | 118d369ea69f576fdfe0860d8f0f88f6b8482c1f (diff) | |
| download | openwrt-30378ffea40151a412b0e042e67c4e388b36624b.tar.gz | |
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@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21721
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
| -rw-r--r-- | target/linux/qualcommax/ipq807x/base-files/lib/upgrade/tcl.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 # |