]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/xtables-addons
xtables-addons: Update to 3.2
[ipfire-2.x.git] / lfs / xtables-addons
index 1848dc908846a8c4c6c07f0b2e0864aba30a77b0..a8aba7455396010c8e56fd3130d3c313294ec6c0 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2014  IPFire Team <info@ipfire.org>                      #
+# 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        #
@@ -27,7 +27,7 @@ include Config
 VERSUFIX = ipfire$(KCFG)
 MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/extra/
 
-VER        = 2.6
+VER        = 3.2
 
 THISAPP    = xtables-addons-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 087835ba7e564481b6fd398692268340
+$(DL_FILE)_MD5 = 80ea89ba8d5a001a8d71c7f05b2f0141
 
 install : $(TARGET)
 
@@ -102,6 +102,7 @@ else
 
        # Install the built kernel modules.
        cd $(DIR_APP) && for f in $$(ls extensions/*.ko); do \
+               mkdir -p $(MODPATH); \
                install -m 644 $$f $(MODPATH); \
        done
 endif