aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.10/725-phy_rtl8306.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-01-05 13:03:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-01-05 13:03:07 +0000
commitdbe77b94a09e9965c4ef031b79b5276096bac3f6 (patch)
tree274a5bff11e1b94cbcb2cb0380e78ac83c65a9de /target/linux/generic/patches-3.10/725-phy_rtl8306.patch
parent724b3b940a5230098800deb9718fa0e1deef698f (diff)
downloadmaster-187ad058-dbe77b94a09e9965c4ef031b79b5276096bac3f6.tar.gz
master-187ad058-dbe77b94a09e9965c4ef031b79b5276096bac3f6.tar.bz2
master-187ad058-dbe77b94a09e9965c4ef031b79b5276096bac3f6.zip
ar8216: factor out AR8327/AR8337-specific driver code into ar8327.c
Move all AR8327/AR8337-specific driver code into a separate source file ar8327.c and adjust patches so that ar8327.c is compiled if CONFIG_AR8216_PHY is set. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43845 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.10/725-phy_rtl8306.patch')
-rw-r--r--target/linux/generic/patches-3.10/725-phy_rtl8306.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.10/725-phy_rtl8306.patch b/target/linux/generic/patches-3.10/725-phy_rtl8306.patch
index 56899a70ba..cd4808fa82 100644
--- a/target/linux/generic/patches-3.10/725-phy_rtl8306.patch
+++ b/target/linux/generic/patches-3.10/725-phy_rtl8306.patch
@@ -16,7 +16,7 @@
@@ -22,6 +22,7 @@ obj-$(CONFIG_MVSWITCH_PHY) += mvswitch.o
obj-$(CONFIG_IP17XX_PHY) += ip17xx.o
obj-$(CONFIG_REALTEK_PHY) += realtek.o
- obj-$(CONFIG_AR8216_PHY) += ar8216.o
+ obj-$(CONFIG_AR8216_PHY) += ar8216.o ar8327.o
+obj-$(CONFIG_RTL8306_PHY) += rtl8306.o
obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o
obj-$(CONFIG_FIXED_PHY) += fixed.o