This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via c0a0f74012af54902797b07897642d4799d99c25 (commit) via 6fb0e3776fde47f22c3fe35b63777d3be75c189f (commit) via b0fdaa6f34b1529951f7aeb5c13d26c10fbd750d (commit) via 9963abf5d4b639c75b626a1122d8fa1b91fc3a28 (commit) from cfac7c232c136363dad5b451549394d996cef1b2 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit c0a0f74012af54902797b07897642d4799d99c25 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Oct 23 09:40:50 2010 +0200
Add updated Realtek modules to core41.
commit 6fb0e3776fde47f22c3fe35b63777d3be75c189f Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Oct 20 20:03:02 2010 +0200
Updated Realter 8169 driver.
commit b0fdaa6f34b1529951f7aeb5c13d26c10fbd750d Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Oct 20 20:02:43 2010 +0200
Updated Realtek 8168 driver.
commit 9963abf5d4b639c75b626a1122d8fa1b91fc3a28 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Oct 20 20:02:15 2010 +0200
Updated Realtek r8101 driver.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/41/filelists/realtek | 6 ++++++ config/rootfiles/core/41/update.sh | 4 ++-- lfs/r8101 | 4 ++-- lfs/r8168 | 4 ++-- lfs/r8169 | 4 ++-- 5 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 config/rootfiles/core/41/filelists/realtek
Difference in files: diff --git a/config/rootfiles/core/41/filelists/realtek b/config/rootfiles/core/41/filelists/realtek new file mode 100644 index 0000000..1296944 --- /dev/null +++ b/config/rootfiles/core/41/filelists/realtek @@ -0,0 +1,6 @@ +lib/modules/2.6.32.15-ipfire/kernel/drivers/net/r8101.ko +lib/modules/2.6.32.15-ipfire/kernel/drivers/net/r8168.ko +lib/modules/2.6.32.15-ipfire/kernel/drivers/net/r8169.ko +lib/modules/2.6.32.15-ipfire-xen/kernel/drivers/net/r8101.ko +lib/modules/2.6.32.15-ipfire-xen/kernel/drivers/net/r8168.ko +lib/modules/2.6.32.15-ipfire-xen/kernel/drivers/net/r8169.ko diff --git a/config/rootfiles/core/41/update.sh b/config/rootfiles/core/41/update.sh index 72b334b..387dfc3 100644 --- a/config/rootfiles/core/41/update.sh +++ b/config/rootfiles/core/41/update.sh @@ -48,8 +48,8 @@ extract_files perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
#Rebuild module dep's -#depmod 2.6.32.15-ipfire -#depmod 2.6.32.15-ipfire-xen +depmod 2.6.32.15-ipfire +depmod 2.6.32.15-ipfire-xen
# #Finish diff --git a/lfs/r8101 b/lfs/r8101 index 252b18f..723c14c 100644 --- a/lfs/r8101 +++ b/lfs/r8101 @@ -30,7 +30,7 @@ else VERSUFIX = ipfire endif
-VER = 1.016.00 +VER = 1.019.00
THISAPP = r8101-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 5885e0f20cf8a87566f1fb99b5113b72 +$(DL_FILE)_MD5 = 2804355badc4cb14f091dd8b32d270c3
install : $(TARGET)
diff --git a/lfs/r8168 b/lfs/r8168 index c9792c8..bbe1606 100644 --- a/lfs/r8168 +++ b/lfs/r8168 @@ -30,7 +30,7 @@ else VERSUFIX = ipfire endif
-VER = 8.018.00 +VER = 8.019.00
THISAPP = r8168-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = f73f91690ef18e76434cb083b10f3b44 +$(DL_FILE)_MD5 = f6934fc5df1dfb5fea82e4a310568890
install : $(TARGET)
diff --git a/lfs/r8169 b/lfs/r8169 index d9cc008..e90bccd 100644 --- a/lfs/r8169 +++ b/lfs/r8169 @@ -30,7 +30,7 @@ else VERSUFIX = ipfire endif
-VER = 6.013.00 +VER = 6.014.00
THISAPP = r8169-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 5cbf92304fe64345b1838b7664701afa +$(DL_FILE)_MD5 = 0f1a8dffb4774e8f9ac29ae29a0696e3
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree