mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-30 17:56:15 +02:00
madwifi: fix logic error in r25929
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25942 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fdc48372ba
commit
30f50ed354
@ -76,7 +76,7 @@ endif
|
|||||||
ifeq ($(ARCH),armeb)
|
ifeq ($(ARCH),armeb)
|
||||||
HAL_TARGET:=xscale-be-elfgnueabi
|
HAL_TARGET:=xscale-be-elfgnueabi
|
||||||
endif
|
endif
|
||||||
ifneq ($(ARCH),arm)
|
ifeq ($(ARCH),arm)
|
||||||
HAL_TARGET:=xscale-le-elfgnueabi
|
HAL_TARGET:=xscale-le-elfgnueabi
|
||||||
ifeq ($(BOARD),cns21xx)
|
ifeq ($(BOARD),cns21xx)
|
||||||
HAL_TARGET:=armv4-le-elfgnueabi
|
HAL_TARGET:=armv4-le-elfgnueabi
|
||||||
|
Loading…
Reference in New Issue
Block a user