1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 01:01:52 +02:00

ar71xx: select AR71XX_DEV_DSA when AR71XX_DEV_AP91_ETH is selected, do not select AR71XX_DEV_AP91_ETH for TL-WA901ND and TL-WR741ND

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22935 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2010-09-05 16:17:06 +00:00
parent a37b2b1bf9
commit 6f8d5efb9d

View File

@ -171,7 +171,6 @@ config AR71XX_MACH_NBG460N
config AR71XX_MACH_TL_WA901ND
bool "TP-LINK TL-WA901ND support"
select AR71XX_DEV_M25P80
select AR71XX_DEV_AP91_ETH
select AR71XX_DEV_AP91_PCI if PCI
select AR71XX_DEV_DSA
select AR71XX_DEV_GPIO_BUTTONS
@ -181,7 +180,6 @@ config AR71XX_MACH_TL_WA901ND
config AR71XX_MACH_TL_WR741ND
bool "TP-LINK TL-WR741ND support"
select AR71XX_DEV_M25P80
select AR71XX_DEV_AP91_ETH
select AR71XX_DEV_AP91_PCI if PCI
select AR71XX_DEV_GPIO_BUTTONS
select AR71XX_DEV_LEDS_GPIO
@ -257,6 +255,7 @@ config AR71XX_DEV_AP91_PCI
def_bool n
config AR71XX_DEV_AP91_ETH
select AR71XX_DEV_DSA
def_bool n
config AR71XX_DEV_AP94_PCI