]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/kmod
Merge remote-tracking branch 'origin/master' into next
[ipfire-2.x.git] / lfs / kmod
index bb49fbb3c99a74ece8c202bbfdd95afdca25eae9..5499002b6e1198468652b524de23b26cc7994156 100644 (file)
--- a/lfs/kmod
+++ b/lfs/kmod
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 25
+VER        = 29
 
 THISAPP    = kmod-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 34f325cab568f842fdde4f8b2182f220
+$(DL_FILE)_MD5 = e81e63acd80697d001c8d85c1acb38a0
 
 install : $(TARGET)
 
@@ -75,7 +75,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --bindir=/bin \
                --sysconfdir=/etc \
                --disable-manpages \
-               --with-zlib
+               --with-openssl \
+               --with-xz \
+               --with-zlib \
+               --with-zstd
 
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install