mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
updated intel network modules.
e1000: 8.0.35 e1000e: 1.6.3 igb: 3.2.10 also build on arm now.
This commit is contained in:
@@ -26,14 +26,13 @@ include Config
|
||||
|
||||
VERSUFIX = ipfire$(KCFG)
|
||||
|
||||
VER = 1.3.10a
|
||||
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
|
||||
@@ -43,7 +42,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 04b8856433d5e582ab41bdd3b24f20a5
|
||||
$(DL_FILE)_MD5 = 9526a6c004f936506a90e10911420bf8
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user