]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/e1000e
Merge remote-tracking branch 'origin/next' into thirteen
[ipfire-2.x.git] / lfs / e1000e
index 274676131f69559820e72e7ec559d98ea1fd0c5f..f046ee516c99e7795df86b910f736690050a63bf 100644 (file)
 
 include Config
 
-ifeq "$(PAE)" "1"
-       VERSUFIX = ipfire-pae
-else
-ifeq "$(XEN)" "1"
-       VERSUFIX = ipfire-xen
-else
-       VERSUFIX = ipfire
-endif
-endif
-
-VER        = 1.3.10a
+VERSUFIX = ipfire$(KCFG)
+
+VER        = 1.6.3
 
 THISAPP    = e1000e-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)-kmod-$(KVER)-$(VERSUFIX)
-SUP_ARCH   = i586
 
 ###############################################################################
 # Top-level Rules
@@ -51,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 04b8856433d5e582ab41bdd3b24f20a5
+$(DL_FILE)_MD5 = 9526a6c004f936506a90e10911420bf8
 
 install : $(TARGET)