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 9256a1dfdfc73433d1e50b0584b5cb0fd6014c58 (commit) from 20fa8ccd19e9fbbfc7f2f6c6613d210d98563353 (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 9256a1dfdfc73433d1e50b0584b5cb0fd6014c58 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Dec 25 13:11:33 2010 +0100
Fix Sundance IPG uevent modulname entry.
-----------------------------------------------------------------------
Summary of changes: lfs/linux | 3 +++ .../linux-2.6.32.27_ipg-fix-driver-name.patch | 15 +++++++++++++++ 2 files changed, 18 insertions(+), 0 deletions(-) create mode 100644 src/patches/linux-2.6.32.27_ipg-fix-driver-name.patch
Difference in files: diff --git a/lfs/linux b/lfs/linux index 85d0a09..c62001c 100644 --- a/lfs/linux +++ b/lfs/linux @@ -145,6 +145,9 @@ endif # Huawei Android Phones (Vodafone V845, T-Mobile Pulse/mini ...) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.32.15-option_add_huawei_android.patch
+ # Fix Sundance/IC Plus IPG driver/modulname + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.32.27_ipg-fix-driver-name.patch + # Install ipfire logo cd $(DIR_APP) && cp -vf $(DIR_SRC)/config/kernel/ipfire_logo.ppm \ drivers/video/logo/logo_linux_clut224.ppm diff --git a/src/patches/linux-2.6.32.27_ipg-fix-driver-name.patch b/src/patches/linux-2.6.32.27_ipg-fix-driver-name.patch new file mode 100644 index 0000000..2da9301 --- /dev/null +++ b/src/patches/linux-2.6.32.27_ipg-fix-driver-name.patch @@ -0,0 +1,15 @@ +Patch by Arne Fitzenreiter arne_f@ipfire.org +Fix PHYSDEVDRIVER from "Sundance IPG ..." to the modulname (ipg) + +diff -Naur linux-2.6.32.27.org/drivers/net/ipg.c linux-2.6.32.27/drivers/net/ipg.c +--- linux-2.6.32.27.org/drivers/net/ipg.c 2010-12-09 22:29:45.000000000 +0100 ++++ linux-2.6.32.27/drivers/net/ipg.c 2010-12-25 00:24:29.291637731 +0100 +@@ -2320,7 +2320,7 @@ + } + + static struct pci_driver ipg_pci_driver = { +- .name = IPG_DRIVER_NAME, ++ .name = DRV_NAME, + .id_table = ipg_pci_tbl, + .probe = ipg_probe, + .remove = __devexit_p(ipg_remove),
hooks/post-receive -- IPFire 2.x development tree