]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Started core update 8
authorarne_f <arne_f@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Wed, 13 Feb 2008 06:14:55 +0000 (06:14 +0000)
committerarne_f <arne_f@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Wed, 13 Feb 2008 06:14:55 +0000 (06:14 +0000)
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

config/rootfiles/core/8/files [new file with mode: 0644]
config/rootfiles/core/8/meta [new file with mode: 0644]
config/rootfiles/core/8/update.sh [new file with mode: 0644]
doc/packages-list.txt
lfs/r8168
lfs/r8169
src/patches/r8169-dlink_linksys.patch [moved from src/patches/r8169-6.004.00-dlink.patch with 100% similarity]

diff --git a/config/rootfiles/core/8/files b/config/rootfiles/core/8/files
new file mode 100644 (file)
index 0000000..167f6f7
--- /dev/null
@@ -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
diff --git a/config/rootfiles/core/8/meta b/config/rootfiles/core/8/meta
new file mode 100644 (file)
index 0000000..d547fa8
--- /dev/null
@@ -0,0 +1 @@
+DEPS=""
diff --git a/config/rootfiles/core/8/update.sh b/config/rootfiles/core/8/update.sh
new file mode 100644 (file)
index 0000000..996249f
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash
+. /opt/pakfire/lib/functions.sh
+extract_files
+depmod -a
index b83ef544dfd7aaee3995c0944b0bf0b946822ba0..0bf975d7fd92103380ed5052f68e118a173101c5 100644 (file)
 * 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
index 8a57ec9a6c190d0796579207d5d096ee6fcd6bb8..6b920c30aafd87686c30bd86dc58060d2cbc1d3c 100644 (file)
--- a/lfs/r8168
+++ b/lfs/r8168
@@ -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)
 
index 090aa7a58be0f76f9bf9be449b32eb70bde5a1d1..87cc107380f517f37ee626aac78088408e845fa6 100644 (file)
--- a/lfs/r8169
+++ b/lfs/r8169
@@ -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