fix madwifi build on atheros

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8725 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2007-09-09 22:59:46 +00:00
parent 2286814531
commit 9f3dd91b3b
1 changed files with 1 additions and 1 deletions

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