X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=lfs%2Fkmod;h=4ef2088fd2974f2de1785bf3af5f64643c443f0f;hb=045ea1d0138e208c6aa5d6e78875f1b5b3f260b8;hp=dc2dc10b883d73d3d4194f579c4c2c8ae6e65390;hpb=ba109afd0d551909be86bb11d797f1db80ce56f6;p=ipfire-2.x.git 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