aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-03-11 19:49:50 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-03-11 19:49:50 +0000
commitaec06de3db354b1e61bc0d80dc189e2e4745011c (patch)
treebbe0ba5a36b5eac782809bd5b644f4aacd90d8b4 /package/madwifi/Makefile
parentd25369bfb5342422520f4ea5b3aff38c8215fd0b (diff)
downloadmaster-187ad058-aec06de3db354b1e61bc0d80dc189e2e4745011c.tar.gz
master-187ad058-aec06de3db354b1e61bc0d80dc189e2e4745011c.tar.bz2
master-187ad058-aec06de3db354b1e61bc0d80dc189e2e4745011c.zip
add preliminary IOP32x support, mark it broken for now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6557 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r--package/madwifi/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index b9dc5d7287..ad55d05158 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -36,6 +36,9 @@ endif
ifeq ($(ARCH),armeb)
HAL_TARGET:=xscale-be-elf
endif
+ifeq ($(ARCH),arm)
+ HAL_TARGET:=xscale-le-elf
+endif
ifeq ($(ARCH),powerpc)
HAL_TARGET:=powerpc-be-elf
endif