mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
madwifi: fix logic error in r25929
SVN-Revision: 25942
This commit is contained in:
parent
75de2bebd6
commit
172241fa1b
@ -76,7 +76,7 @@ endif
|
||||
ifeq ($(ARCH),armeb)
|
||||
HAL_TARGET:=xscale-be-elfgnueabi
|
||||
endif
|
||||
ifneq ($(ARCH),arm)
|
||||
ifeq ($(ARCH),arm)
|
||||
HAL_TARGET:=xscale-le-elfgnueabi
|
||||
ifeq ($(BOARD),cns21xx)
|
||||
HAL_TARGET:=armv4-le-elfgnueabi
|
||||
|
Loading…
Reference in New Issue
Block a user