mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Started core update 8
Updated Realtek Gigabit Drivers to x.005.00 git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1204 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 6.004.00
|
||||
VER = 6.005.00
|
||||
|
||||
THISAPP = r8169-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = c1e90e829d945953b3c997c766cec90c
|
||||
$(DL_FILE)_MD5 = 0004219943751f90ea996843257a00cb
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -78,7 +78,7 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && patch -N -p1 < $(DIR_SRC)/src/patches/$(THISAPP)-dlink.patch
|
||||
cd $(DIR_APP) && patch -N -p1 < $(DIR_SRC)/src/patches/r8169-dlink_linksys.patch
|
||||
|
||||
ifeq "$(SMP)" "1"
|
||||
cd $(DIR_APP) && make clean
|
||||
|
||||
Reference in New Issue
Block a user