X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=lfs%2Fkmod;h=bb49fbb3c99a74ece8c202bbfdd95afdca25eae9;hb=aba59b7c7664f83e0b07a8fa0dc1f133d3fe55d3;hp=dc2dc10b883d73d3d4194f579c4c2c8ae6e65390;hpb=057652c5e548c5e0b0e4e07559c21b7916335af9;p=ipfire-2.x.git diff --git a/lfs/kmod b/lfs/kmod index dc2dc10b88..bb49fbb3c9 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,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --prefix=/usr \ --bindir=/bin \ --sysconfdir=/etc \ - --enable-zlib \ - --disable-manpages - -# --libdir=/lib \ + --disable-manpages \ + --with-zlib cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install