fix madwifi build on atheros
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8725 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
2286814531
commit
9f3dd91b3b
|
@ -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 New Issue