aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2006-08-25 21:53:54 +0000
committerImre Kaloz <kaloz@openwrt.org>2006-08-25 21:53:54 +0000
commitd5a6e89b8ff788cdcc0f195857ff042be1bf3116 (patch)
treedea67c0d50a3959429bbf0094651a6a420548313 /package/madwifi
parent13eef022bd62bc990528bdf61a705d1c96a27f11 (diff)
downloadupstream-d5a6e89b8ff788cdcc0f195857ff042be1bf3116.tar.gz
upstream-d5a6e89b8ff788cdcc0f195857ff042be1bf3116.tar.bz2
upstream-d5a6e89b8ff788cdcc0f195857ff042be1bf3116.zip
add basic support for the Magicbox boards
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4672 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi')
-rw-r--r--package/madwifi/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index 380ec4ad61..d65b0df50e 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -32,6 +32,9 @@ endif
ifeq ($(ARCH),armeb)
HAL_TARGET:=xscale-be-elf
endif
+ifeq ($(ARCH),powerpc)
+ HAL_TARGET:=powerpc-be-elf
+endif
BUS := PCI
ifneq ($(CONFIG_LINUX_2_4_AR531X),)