diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-19 10:05:55 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-19 10:05:55 +0000 |
commit | af62c5dff0897ad1173b8201acedb3df56a9cd2f (patch) | |
tree | 2feb4a547280f1a6c6e583bf2aa2776e0f55062c /target/linux/ar71xx/patches-2.6.36/101-ksz8041_phy_driver.patch | |
parent | 098bdd39a090e06944948146ada5542587d5fbd5 (diff) |
ar71xx: fix micrel phy patch (Patch from #8041.)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24718 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.36/101-ksz8041_phy_driver.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.36/101-ksz8041_phy_driver.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |