From f4f4c04af1a83d451354574321efc2474de1d1f3 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Fri, 7 Aug 2026 22:34:04 +0200 Subject: [PATCH] nut: Ship nut to pickup updated libusb from CU203 - In CU203 libusb was updated but nut was not shipped so for core updates it has stayed looking for libusb-1.0.so.0.5.0 but it should be looking for libusb-1.0.so.0.6.0 - This patch is intended to be merged into CU204 to bring existing nut installations up to date. Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- lfs/nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/nut b/lfs/nut index a86b1694f..a76fe147e 100644 --- a/lfs/nut +++ b/lfs/nut @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nut -PAK_VER = 15 +PAK_VER = 16 DEPS = -- 2.47.3