1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 22:21:51 +02:00

fix madwifi build on atheros

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8725 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-09-09 22:59:46 +00:00
parent e04d2797c5
commit f1066c6928

View File

@ -43,7 +43,7 @@ ifeq ($(ARCH),powerpc)
endif
BUS:=PCI
ifneq ($(CONFIG_TARGET_ATHEROS),)
ifneq ($(CONFIG_TARGET_atheros),)
BUS:=AHB
HAL_TARGET:=ap51
endif