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 | a1ee34ca6e4ba94f5765f78cb83f2de5fa503fcc (patch) | |
tree | 2feb4a547280f1a6c6e583bf2aa2776e0f55062c /target/linux/ar71xx | |
parent | ca27ca77f6612761596d449b5c32ed45ad619d5f (diff) | |
download | upstream-a1ee34ca6e4ba94f5765f78cb83f2de5fa503fcc.tar.gz upstream-a1ee34ca6e4ba94f5765f78cb83f2de5fa503fcc.tar.bz2 upstream-a1ee34ca6e4ba94f5765f78cb83f2de5fa503fcc.zip |
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')
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 |