fix madwifi build on atheros
SVN-Revision: 8725
This commit is contained in:
parent
fb68d6c468
commit
c9784f0836
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ ifeq ($(ARCH),powerpc)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BUS:=PCI
|
BUS:=PCI
|
||||||
ifneq ($(CONFIG_TARGET_ATHEROS),)
|
ifneq ($(CONFIG_TARGET_atheros),)
|
||||||
BUS:=AHB
|
BUS:=AHB
|
||||||
HAL_TARGET:=ap51
|
HAL_TARGET:=ap51
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue