Signed-off-by: Peter Müller peter.mueller@link38.eu --- lfs/usbutils | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/usbutils b/lfs/usbutils index 51192e7e7..41494cf10 100644 --- a/lfs/usbutils +++ b/lfs/usbutils @@ -24,7 +24,7 @@
include Config
-VER = 007 +VER = 010
THISAPP = usbutils-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = c9df5107ae9d26b10a1736a261250139 +$(DL_FILE)_MD5 = 938e3707593974be99a0dd6d1de76671
install : $(TARGET)
Hello,
this patch was missing a check of the rootfile.
https://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff;h=9aefd1ed07eee7d83e5b...
Please run a clean build to make sure that there have been no changes.
Best, -Michael
On Sat, 2018-06-30 at 17:04 +0200, Peter Müller wrote:
Signed-off-by: Peter Müller peter.mueller@link38.eu
lfs/usbutils | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/usbutils b/lfs/usbutils index 51192e7e7..41494cf10 100644 --- a/lfs/usbutils +++ b/lfs/usbutils @@ -24,7 +24,7 @@
include Config
-VER = 007 +VER = 010
THISAPP = usbutils-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = c9df5107ae9d26b10a1736a261250139 +$(DL_FILE)_MD5 = 938e3707593974be99a0dd6d1de76671
install : $(TARGET)