]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/xtables-addons
Merge branch 'glibc-2.28' into next
[ipfire-2.x.git] / lfs / xtables-addons
index 1848dc908846a8c4c6c07f0b2e0864aba30a77b0..af2784c1ab67bca9d97bde3e3ab3a67f8a067814 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        = 2.13
 
 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 = be20b0b9c4b001b364431a836e361d33
 
 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