X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fxtables-addons;h=cc98e35febd1ce1fcb358cfad5c9f2b4c4b4503c;hb=a1eb7761991af6515bd3b08f598454c7720119f8;hp=1848dc908846a8c4c6c07f0b2e0864aba30a77b0;hpb=bc9446c65ff048ebce8c0665cc0efe2231fb37de;p=ipfire-2.x.git diff --git a/lfs/xtables-addons b/lfs/xtables-addons index 1848dc9088..cc98e35feb 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-2017 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