diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-08-14 00:52:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-08-14 00:52:12 +0000 |
commit | 76f62b395a33f069219da786605fd24e14115c2d (patch) | |
tree | b33197c90daa3b767042d2819e381cb7bf9969bb /target/linux/ar71xx/patches-2.6.30 | |
parent | c8b5e335dca86207365542e8fec712ef2e289bda (diff) | |
download | upstream-76f62b395a33f069219da786605fd24e14115c2d.tar.gz upstream-76f62b395a33f069219da786605fd24e14115c2d.tar.bz2 upstream-76f62b395a33f069219da786605fd24e14115c2d.zip |
ar71xx: change the linking order of the ag71xx module so that the driver can take advantage of phy fixups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17247 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.30')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.30/005-ar71xx_mac_driver.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ar71xx/patches-2.6.30/005-ar71xx_mac_driver.patch b/target/linux/ar71xx/patches-2.6.30/005-ar71xx_mac_driver.patch index 58944e44df..e780ba954c 100644 --- a/target/linux/ar71xx/patches-2.6.30/005-ar71xx_mac_driver.patch +++ b/target/linux/ar71xx/patches-2.6.30/005-ar71xx_mac_driver.patch @@ -11,11 +11,11 @@ depends on PCI --- a/drivers/net/Makefile +++ b/drivers/net/Makefile -@@ -2,6 +2,7 @@ - # Makefile for the Linux network (ethercard) device drivers. - # +@@ -97,6 +97,7 @@ obj-$(CONFIG_SH_ETH) += sh_eth.o + obj-$(CONFIG_MII) += mii.o + obj-$(CONFIG_PHYLIB) += phy/ +obj-$(CONFIG_AG71XX) += ag71xx/ - obj-$(CONFIG_E1000) += e1000/ - obj-$(CONFIG_E1000E) += e1000e/ - obj-$(CONFIG_IBM_NEW_EMAC) += ibm_newemac/ + obj-$(CONFIG_SUNDANCE) += sundance.o + obj-$(CONFIG_HAMACHI) += hamachi.o + obj-$(CONFIG_NET) += Space.o loopback.o |