X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fkmod;h=4ef2088fd2974f2de1785bf3af5f64643c443f0f;hp=dc2dc10b883d73d3d4194f579c4c2c8ae6e65390;hb=30c33cb318cc399b32c9c06d99e88c52ba957ea9;hpb=e405fe9e3aa14116fe58aa0d9affb2bcf554214d diff --git a/lfs/kmod b/lfs/kmod index dc2dc10b88..4ef2088fd2 100644 --- a/lfs/kmod +++ b/lfs/kmod @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # 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 = 13 +VER = 25 THISAPP = kmod-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d5aba43b9370cd52f3cb35e82a1aa595 +$(DL_FILE)_MD5 = 34f325cab568f842fdde4f8b2182f220 install : $(TARGET) @@ -74,10 +74,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --prefix=/usr \ --bindir=/bin \ --sysconfdir=/etc \ - --enable-zlib \ - --disable-manpages - -# --libdir=/lib \ + --disable-manpages \ + --with-xz \ + --with-zlib cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install