aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-2.6.32/101-ksz8041_phy_driver.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-01-25 15:13:38 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-01-25 15:13:38 +0000
commit49c4df54876253b4f3c3d74f788c947c4982bc4c (patch)
treedb8df3176012b2fed18e120d665e02bc5ef4bba1 /target/linux/ar71xx/patches-2.6.32/101-ksz8041_phy_driver.patch
parentaa196516d5d51cef19f4ccd5f8c68c028b14eb8f (diff)
downloadupstream-49c4df54876253b4f3c3d74f788c947c4982bc4c.tar.gz
upstream-49c4df54876253b4f3c3d74f788c947c4982bc4c.tar.bz2
upstream-49c4df54876253b4f3c3d74f788c947c4982bc4c.zip
rtl8366: make it available on all platforms
SVN-Revision: 19329
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.32/101-ksz8041_phy_driver.patch')
-rw-r--r--target/linux/ar71xx/patches-2.6.32/101-ksz8041_phy_driver.patch6
1 files changed, 3 insertions, 3 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 866b50386a..94193e8554 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
-@@ -21,6 +21,7 @@ obj-$(CONFIG_REALTEK_PHY) += realtek.o
- obj-$(CONFIG_AR8216_PHY) += ar8216.o
- obj-$(CONFIG_RTL8306_PHY) += rtl8306.o
+@@ -23,6 +23,7 @@ obj-$(CONFIG_RTL8306_PHY) += rtl8306.o
+ obj-$(CONFIG_RTL8366_SMI) += rtl8366_smi.o
+ obj-$(CONFIG_RTL8366S_PHY) += rtl8366s.o
obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o
+obj-$(CONFIG_MICREL) += micrel.o
obj-$(CONFIG_FIXED_PHY) += fixed.o