diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-12-19 10:05:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-12-19 10:05:55 +0000 |
commit | b512523d6fe428a2033957f5b4c9e70f5c5210ec (patch) | |
tree | bf7840448c14ce698b11a4cd31a2e63b9a860a93 /target/linux | |
parent | f28b49208b00cf731590fbb4200a74a474167204 (diff) | |
download | upstream-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/linux')
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 |