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:
arne_f
2008-02-13 06:14:55 +00:00
parent a092753f23
commit dbb8b4c974
7 changed files with 16 additions and 7 deletions

View File

@@ -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