mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 12:57:12 +02:00
5cc1f4bcf3
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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22675 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 lines
343 B
Makefile
16 lines
343 B
Makefile
#
|
|
# Makefile for the Atheros AR71xx built-in ethernet macs
|
|
#
|
|
|
|
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
|
|
|
|
obj-$(CONFIG_AG71XX) += ag71xx.o
|
|
|