mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 18:16:15 +02:00
52696b5d81
* new mii bus code, mac0 and mac1 can use the mac0's miii bus from now on * swap eth0 & eth1 on RB433/450 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11995 3c298f89-4303-0410-b956-a3cf2f4a3e73
8 lines
169 B
Makefile
8 lines
169 B
Makefile
#
|
|
# Makefile for the Atheros AR71xx built-in ethernet macs
|
|
#
|
|
|
|
obj-$(CONFIG_AG71XX) += ag71xx.o
|
|
|
|
ag71xx-objs := ag71xx_main.o ag71xx_ethtool.o ag71xx_phy.o ag71xx_mdio.o
|