diff options
author | Luka Perkov <luka@openwrt.org> | 2015-02-08 15:09:45 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-02-08 15:09:45 +0000 |
commit | 379d2b7f95801d8ba7c2ffdc06d6b48ac47ad405 (patch) | |
tree | a561c8f80acfaa84fdda006720bd3f1517aee500 /target/linux/lantiq/patches-3.14/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch | |
parent | 206aa3837fa88a95c2bedcb18fbf4bc33df69598 (diff) | |
download | upstream-379d2b7f95801d8ba7c2ffdc06d6b48ac47ad405.tar.gz upstream-379d2b7f95801d8ba7c2ffdc06d6b48ac47ad405.tar.bz2 upstream-379d2b7f95801d8ba7c2ffdc06d6b48ac47ad405.zip |
lantiq: fix patches after 3.14.32 bump
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44320 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches-3.14/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.14/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/lantiq/patches-3.14/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch b/target/linux/lantiq/patches-3.14/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch index 3f53bf808f..a60166e38e 100644 --- a/target/linux/lantiq/patches-3.14/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch +++ b/target/linux/lantiq/patches-3.14/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch @@ -13,9 +13,9 @@ Signed-off-by: John Crispin <blogic@openwrt.org> --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig -@@ -157,6 +157,11 @@ config MICREL_PHY - ---help--- - Currently has a driver for the KSZ8041 +@@ -152,6 +152,11 @@ config RTL8306_PHY + tristate "Driver for Realtek RTL8306S switches" + select SWCONFIG +config LANTIQ_PHY + tristate "Driver for Lantiq PHYs" @@ -27,7 +27,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> depends on PHYLIB=y --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile -@@ -40,6 +40,7 @@ obj-$(CONFIG_NATIONAL_PHY) += national.o +@@ -39,6 +39,7 @@ obj-$(CONFIG_NATIONAL_PHY) += national.o obj-$(CONFIG_DP83640_PHY) += dp83640.o obj-$(CONFIG_STE10XP) += ste10Xp.o obj-$(CONFIG_MICREL_PHY) += micrel.o |