]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/igb
firewall: Remove redundant rule.
[people/teissler/ipfire-2.x.git] / lfs / igb
diff --git a/lfs/igb b/lfs/igb
index 29da8bb888ee9127f1c794db8b63dbfece6ce749..a7c136a71480e53de931e6e1169511125e6167d0 100644 (file)
--- a/lfs/igb
+++ b/lfs/igb
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2012  IPFire Team <info@ipfire.org>                      #
+# Copyright (C) 2007-2013  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        #
@@ -26,13 +26,13 @@ include Config
 
 VERSUFIX   = ipfire$(KCFG)
 ifeq "$(KCFG)" "-xen"
-       KVER = 2.6.32.60
+       KVER = 2.6.32.61
        MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net/igb/
 else
        MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net/ethernet/intel/igb/
 endif
 
-VER        = 3.4.8
+VER        = 4.3.0
 
 THISAPP    = igb-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 36bd0eface2761577f52d84d5c5b78ea
+$(DL_FILE)_MD5 = dcbf7271c016bdb71102eb623b807f83
 
 install : $(TARGET)