diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-02-24 13:39:23 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-02-24 13:39:23 +0000 |
commit | e0d95b3c2b4e02567b7cd8bfdc5307e3214e599c (patch) | |
tree | 47b1254b3ea715d4cbf36086f4148ea19fb9fad7 /target/linux/ar71xx | |
parent | 116fe7d68c55f0d2824578957bf56ab40fa8d984 (diff) | |
download | upstream-e0d95b3c2b4e02567b7cd8bfdc5307e3214e599c.tar.gz upstream-e0d95b3c2b4e02567b7cd8bfdc5307e3214e599c.tar.bz2 upstream-e0d95b3c2b4e02567b7cd8bfdc5307e3214e599c.zip |
ar71xx: refresh ksz8041 patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19841 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.32/101-ksz8041_phy_driver.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-2.6.32/101-ksz8041_phy_driver.patch b/target/linux/ar71xx/patches-2.6.32/101-ksz8041_phy_driver.patch index 94193e8554..5036046108 100644 --- a/target/linux/ar71xx/patches-2.6.32/101-ksz8041_phy_driver.patch +++ b/target/linux/ar71xx/patches-2.6.32/101-ksz8041_phy_driver.patch @@ -14,9 +14,9 @@ depends on PHYLIB=y --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile -@@ -23,6 +23,7 @@ obj-$(CONFIG_RTL8306_PHY) += rtl8306.o - obj-$(CONFIG_RTL8366_SMI) += rtl8366_smi.o +@@ -24,6 +24,7 @@ obj-$(CONFIG_RTL8366_SMI) += rtl8366_smi obj-$(CONFIG_RTL8366S_PHY) += rtl8366s.o + obj-$(CONFIG_RTL8366RB_PHY) += rtl8366rb.o obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o +obj-$(CONFIG_MICREL) += micrel.o obj-$(CONFIG_FIXED_PHY) += fixed.o |