diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-08-25 21:53:54 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-08-25 21:53:54 +0000 |
commit | d5a6e89b8ff788cdcc0f195857ff042be1bf3116 (patch) | |
tree | dea67c0d50a3959429bbf0094651a6a420548313 /package/madwifi/Makefile | |
parent | 13eef022bd62bc990528bdf61a705d1c96a27f11 (diff) | |
download | upstream-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/Makefile')
-rw-r--r-- | package/madwifi/Makefile | 3 |
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),) |