]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/kmod
kernel: Enable debugging for Atheros drivers
[ipfire-2.x.git] / lfs / kmod
index dc2dc10b883d73d3d4194f579c4c2c8ae6e65390..4ef2088fd2974f2de1785bf3af5f64643c443f0f 100644 (file)
--- 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  <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        = 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