From 3166c564d96709eea69fd48b89587d78577b49f7 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Sun, 27 Apr 2008 17:03:01 +0000 Subject: add preliminary support for Storm SL3512 based devices, not ready yet git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10956 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/madwifi') diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index d502e33f59..697f2b68a5 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -48,6 +48,9 @@ endif ifeq ($(ARCH),powerpc) HAL_TARGET:=powerpc-be-elf endif +ifeq ($(BOARD),storm) + HAL_TARGET:=armv4-le-elf +endif ifneq ($(CONFIG_TARGET_atheros),) BUS:=AHB -- cgit v1.2.3