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

@@ -0,0 +1,4 @@
lib/modules/2.6.16.57-ipfire/kernel/drivers/net/r8169.ko
lib/modules/2.6.16.57-ipfire/kernel/drivers/net/r8168.ko
lib/modules/2.6.16.57-ipfire-smp/kernel/drivers/net/r8169.ko
lib/modules/2.6.16.57-ipfire-smp/kernel/drivers/net/r8168.ko

View File

@@ -0,0 +1 @@
DEPS=""

View File

@@ -0,0 +1,4 @@
#!/bin/bash
. /opt/pakfire/lib/functions.sh
extract_files
depmod -a

View File

@@ -211,8 +211,8 @@
* ppp-2.4.4
* procps-3.2.6
* psmisc-22.2
* r8168-8.004.00
* r8169-6.004.00
* r8168-8.005.00
* r8169-6.005.00
* readline-5.1
* reiser4progs-1.0.5
* reiserfsprogs-3.6.19

View File

@@ -24,7 +24,7 @@
include Config
VER = 8.004.00
VER = 8.005.00
THISAPP = r8168-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = fedefbeab3e2f09ad9b2ce7b4f90f094
$(DL_FILE)_MD5 = bde8dc54fbe271cd2a6954484e0af44f
install : $(TARGET)

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