swupdate: adapt patches for 2025.12

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2025-12-03 14:54:03 +01:00
parent 2430122424
commit 8393625473
2 changed files with 5 additions and 5 deletions

View File

@ -22,15 +22,15 @@ diff --git a/Makefile b/Makefile
index cdcab69..9065a40 100644
--- a/Makefile
+++ b/Makefile
@@ -364,6 +364,7 @@ include $(srctree)/Makefile.flags
@@ -371,6 +371,7 @@ include $(srctree)/Makefile.flags
objs-y := core handlers bootloader suricatta
objs-y := core handlers crypto bootloader suricatta
libs-y := corelib mongoose parser fs containers
+libs-y += ipc-static
bindings-y := bindings
tools-y := tools
@@ -479,6 +480,7 @@ install: all
@@ -486,6 +487,7 @@ install: all
install -m 0644 $(srctree)/include/progress_ipc.h ${DESTDIR}/${INCLUDEDIR}
install -m 0755 $(objtree)/${swupdate-ipc-lib} ${DESTDIR}/${LIBDIR}
ln -sfr ${DESTDIR}/${LIBDIR}/${swupdate-ipc-lib} ${DESTDIR}/${LIBDIR}/libswupdate.so

View File

@ -24,7 +24,7 @@ diff --git a/Makefile.flags b/Makefile.flags
index 95c785c..5bdf520 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -207,6 +207,10 @@ ifeq ($(CONFIG_RDIFFHANDLER),y)
@@ -227,6 +227,10 @@ ifeq ($(CONFIG_RDIFFHANDLER),y)
LDLIBS += rsync
endif
@ -39,7 +39,7 @@ diff --git a/configs/all_handlers_defconfig b/configs/all_handlers_defconfig
index da4b28f..5da2d0d 100644
--- a/configs/all_handlers_defconfig
+++ b/configs/all_handlers_defconfig
@@ -29,5 +29,6 @@ CONFIG_SHELLSCRIPTHANDLER=y
@@ -30,5 +30,6 @@ CONFIG_SHELLSCRIPTHANDLER=y
CONFIG_SWUFORWARDER_HANDLER=y
CONFIG_SSBLSWITCH=y
CONFIG_UBIVOL=y