aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-12-19 10:05:55 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-12-19 10:05:55 +0000
commitb512523d6fe428a2033957f5b4c9e70f5c5210ec (patch)
treebf7840448c14ce698b11a4cd31a2e63b9a860a93 /target
parentf28b49208b00cf731590fbb4200a74a474167204 (diff)
downloadupstream-b512523d6fe428a2033957f5b4c9e70f5c5210ec.tar.gz
upstream-b512523d6fe428a2033957f5b4c9e70f5c5210ec.tar.bz2
upstream-b512523d6fe428a2033957f5b4c9e70f5c5210ec.zip
ar71xx: fix micrel phy patch (Patch from #8041.)
SVN-Revision: 24718
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/patches-2.6.32/101-ksz8041_phy_driver.patch2
-rw-r--r--target/linux/ar71xx/patches-2.6.36/101-ksz8041_phy_driver.patch2
-rw-r--r--target/linux/ar71xx/patches-2.6.37/101-ksz8041_phy_driver.patch2
3 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 5036046108..12063c4c9a 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
@@ -18,7 +18,7 @@
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_MICREL_PHY) += micrel.o
obj-$(CONFIG_FIXED_PHY) += fixed.o
obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o
obj-$(CONFIG_MDIO_GPIO) += mdio-gpio.o
diff --git a/target/linux/ar71xx/patches-2.6.36/101-ksz8041_phy_driver.patch b/target/linux/ar71xx/patches-2.6.36/101-ksz8041_phy_driver.patch
index 64418c9830..cca0922721 100644
--- a/target/linux/ar71xx/patches-2.6.36/101-ksz8041_phy_driver.patch
+++ b/target/linux/ar71xx/patches-2.6.36/101-ksz8041_phy_driver.patch
@@ -18,7 +18,7 @@
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_MICREL_PHY) += micrel.o
obj-$(CONFIG_FIXED_PHY) += fixed.o
obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o
obj-$(CONFIG_MDIO_GPIO) += mdio-gpio.o
diff --git a/target/linux/ar71xx/patches-2.6.37/101-ksz8041_phy_driver.patch b/target/linux/ar71xx/patches-2.6.37/101-ksz8041_phy_driver.patch
index 32447e5f26..5f7840f971 100644
--- a/target/linux/ar71xx/patches-2.6.37/101-ksz8041_phy_driver.patch
+++ b/target/linux/ar71xx/patches-2.6.37/101-ksz8041_phy_driver.patch
@@ -18,7 +18,7 @@
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_MICREL_PHY) += micrel.o
obj-$(CONFIG_FIXED_PHY) += fixed.o
obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o
obj-$(CONFIG_MDIO_GPIO) += mdio-gpio.o