allow bigger packets in the marvell switch (does not fix the mtu problems yet)
[openwrt.git] / package / madwifi / Makefile
index d502e33..697f2b6 100644 (file)
@@ -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
This page took 0.024972 seconds and 4 git commands to generate.