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 | aae33f76f8df6173de6863ec76696307b30795d0 (patch) | |
tree | f142496e7734516fa267cc8eaa4586c80e8cbc3d /openwrt/package/madwifi/Makefile | |
parent | 5d0a90e08fac0f4c8d7aa1e5ff863342f75f240a (diff) | |
download | mtk-20170518-aae33f76f8df6173de6863ec76696307b30795d0.zip mtk-20170518-aae33f76f8df6173de6863ec76696307b30795d0.tar.gz mtk-20170518-aae33f76f8df6173de6863ec76696307b30795d0.tar.bz2 |
add basic support for the Magicbox boards
SVN-Revision: 4672
Diffstat (limited to 'openwrt/package/madwifi/Makefile')
-rw-r--r-- | openwrt/package/madwifi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/madwifi/Makefile b/openwrt/package/madwifi/Makefile index 380ec4a..d65b0df 100644 --- a/openwrt/package/madwifi/Makefile +++ b/openwrt/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),) |