madwifi: fix logic error in r25929
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25942 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
faea7f33c2
commit
0d74e4227b
|
@ -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