summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/files/drivers/net/ag71xx/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-08-16 19:21:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-08-16 19:21:57 +0000
commit523fcf049784457433f4e194b5135431b218bf64 (patch)
treee7e468fba3bffb04d7dad75ced05f544f1acb7d4 /target/linux/ar71xx/files/drivers/net/ag71xx/Makefile
parent9f1ed6e4d34991db572747dc7242f62489b79b4e (diff)
downloadmtk-20170518-523fcf049784457433f4e194b5135431b218bf64.zip
mtk-20170518-523fcf049784457433f4e194b5135431b218bf64.tar.gz
mtk-20170518-523fcf049784457433f4e194b5135431b218bf64.tar.bz2
ar71xx: add a new driver for the ar7240 switch using swconfig. hooks directly into the ethernet driver, as MAC resets also require switch reinitializations and the switch is part of the cpu core anyway switch only tl-wr741nd (and other devices using this board file, such as tl-wr841nd) over to using this by default, as other devices are still untested fixes #7563
SVN-Revision: 22675
Diffstat (limited to 'target/linux/ar71xx/files/drivers/net/ag71xx/Makefile')
-rw-r--r--target/linux/ar71xx/files/drivers/net/ag71xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/drivers/net/ag71xx/Makefile b/target/linux/ar71xx/files/drivers/net/ag71xx/Makefile
index 3485ab3..b3ec408 100644
--- a/target/linux/ar71xx/files/drivers/net/ag71xx/Makefile
+++ b/target/linux/ar71xx/files/drivers/net/ag71xx/Makefile
@@ -6,6 +6,7 @@ ag71xx-y += ag71xx_main.o
ag71xx-y += ag71xx_ethtool.o
ag71xx-y += ag71xx_phy.o
ag71xx-y += ag71xx_mdio.o
+ag71xx-y += ag71xx_ar7240.o
ag71xx-$(CONFIG_AG71XX_DEBUG_FS) += ag71xx_debugfs.o
ag71xx-$(CONFIG_AG71XX_AR8216_SUPPORT) += ag71xx_ar8216.o