aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-06-01 18:15:30 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-06-01 18:15:30 +0000
commit87a6e2bb180aad33411f9d13392376891f73b4b1 (patch)
treea97ceebd67e15bf867a4a9797db1304ce6cd2363 /package
parent138e643659b7d75a73556e7fb281b11f95043090 (diff)
downloadmaster-187ad058-87a6e2bb180aad33411f9d13392376891f73b4b1.tar.gz
master-187ad058-87a6e2bb180aad33411f9d13392376891f73b4b1.tar.bz2
master-187ad058-87a6e2bb180aad33411f9d13392376891f73b4b1.zip
now that the gemini target is working, get rid of the obsolete and buggy storm target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16274 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/madwifi/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index 93e610dfd0..b246028224 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -97,9 +97,6 @@ endif
ifeq ($(ARCH),powerpc)
HAL_TARGET:=powerpc-be-elf
endif
-ifeq ($(BOARD),storm)
- HAL_TARGET:=armv4-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
-endif
ifeq ($(BOARD),gemini)
HAL_TARGET:=armv4-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
endif