mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
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
|
||||
|
||||
BUS:=PCI
|
||||
ifneq ($(CONFIG_TARGET_ATHEROS),)
|
||||
ifneq ($(CONFIG_TARGET_atheros),)
|
||||
BUS:=AHB
|
||||
HAL_TARGET:=ap51
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue