X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fxtables-addons;h=af2784c1ab67bca9d97bde3e3ab3a67f8a067814;hb=537401bb12f8633d58caa798b8396b0eb38a5eb5;hp=1848dc908846a8c4c6c07f0b2e0864aba30a77b0;hpb=188c4ba444b31343c29b311fcb2d0c0ba84e80ee;p=ipfire-2.x.git diff --git a/lfs/xtables-addons b/lfs/xtables-addons index 1848dc9088..af2784c1ab 100644 --- a/lfs/xtables-addons +++ b/lfs/xtables-addons @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2014 IPFire Team # +# 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 # @@ -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