]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
kmod: Build with support for XZ compressed modules
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 29 Oct 2018 11:14:45 +0000 (11:14 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 29 Oct 2018 11:14:45 +0000 (11:14 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/kmod

index bb49fbb3c99a74ece8c202bbfdd95afdca25eae9..4ef2088fd2974f2de1785bf3af5f64643c443f0f 100644 (file)
--- a/lfs/kmod
+++ b/lfs/kmod
@@ -75,6 +75,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --bindir=/bin \
                --sysconfdir=/etc \
                --disable-manpages \
+               --with-xz \
                --with-zlib
 
        cd $(DIR_APP) && make $(MAKETUNING)