diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-06-16 12:40:48 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-06-16 12:40:48 +0000 |
commit | 2f4fa6de7453790e0626da50078b2756dd747ca6 (patch) | |
tree | db6af3bddf359b63b08b4ad6cd37535551613bec /target/linux/generic-2.6/patches-2.6.22/999-icplus.patch | |
parent | e147bf8fa3c6e9023fbda64bfeb95de2910ab656 (diff) | |
download | upstream-2f4fa6de7453790e0626da50078b2756dd747ca6.tar.gz upstream-2f4fa6de7453790e0626da50078b2756dd747ca6.tar.bz2 upstream-2f4fa6de7453790e0626da50078b2756dd747ca6.zip |
refresh generic 2.6.22 patches
SVN-Revision: 11498
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.22/999-icplus.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.22/999-icplus.patch | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.22/999-icplus.patch b/target/linux/generic-2.6/patches-2.6.22/999-icplus.patch index 599fab1081..d38df05529 100644 --- a/target/linux/generic-2.6/patches-2.6.22/999-icplus.patch +++ b/target/linux/generic-2.6/patches-2.6.22/999-icplus.patch @@ -14,11 +14,9 @@ Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Jeff Garzik <jeff@garzik.org> --- -Index: linux-2.6.22.19/drivers/net/phy/Kconfig -=================================================================== ---- linux-2.6.22.19.orig/drivers/net/phy/Kconfig -+++ linux-2.6.22.19/drivers/net/phy/Kconfig -@@ -55,6 +55,11 @@ config BROADCOM_PHY +--- a/drivers/net/phy/Kconfig ++++ b/drivers/net/phy/Kconfig +@@ -55,6 +55,11 @@ ---help--- Currently supports the BCM5411, BCM5421 and BCM5461 PHYs. @@ -30,20 +28,16 @@ Index: linux-2.6.22.19/drivers/net/phy/Kconfig config FIXED_PHY tristate "Drivers for PHY emulation on fixed speed/link" ---help--- -Index: linux-2.6.22.19/drivers/net/phy/Makefile -=================================================================== ---- linux-2.6.22.19.orig/drivers/net/phy/Makefile -+++ linux-2.6.22.19/drivers/net/phy/Makefile -@@ -11,4 +11,5 @@ obj-$(CONFIG_QSEMI_PHY) += qsemi.o +--- a/drivers/net/phy/Makefile ++++ b/drivers/net/phy/Makefile +@@ -11,4 +11,5 @@ obj-$(CONFIG_SMSC_PHY) += smsc.o obj-$(CONFIG_VITESSE_PHY) += vitesse.o obj-$(CONFIG_BROADCOM_PHY) += broadcom.o +obj-$(CONFIG_ICPLUS_PHY) += icplus.o obj-$(CONFIG_FIXED_PHY) += fixed.o -Index: linux-2.6.22.19/drivers/net/phy/icplus.c -=================================================================== --- /dev/null -+++ linux-2.6.22.19/drivers/net/phy/icplus.c ++++ b/drivers/net/phy/icplus.c @@ -0,0 +1,134 @@ +/* + * Driver for ICPlus PHYs |