diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-04-27 17:03:01 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-04-27 17:03:01 +0000 |
commit | 3166c564d96709eea69fd48b89587d78577b49f7 (patch) | |
tree | 44a709d369ce31f92fa83676b58e430e25233d01 /package | |
parent | ac347b46b0f895afc1b473a2ed5574d82863f2da (diff) | |
download | upstream-3166c564d96709eea69fd48b89587d78577b49f7.tar.gz upstream-3166c564d96709eea69fd48b89587d78577b49f7.tar.bz2 upstream-3166c564d96709eea69fd48b89587d78577b49f7.zip |
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
Diffstat (limited to 'package')
-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 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 |