madwifi: clean up handling of various timings such as slot time, ack timeout, eifs...
[openwrt.git] / package / madwifi / patches / 404-linux24_fix.patch
1 --- a/ath_hal/Makefile
2 +++ b/ath_hal/Makefile
3 @@ -78,10 +78,11 @@ endif
4  quiet_cmd_uudecode = UUDECODE $@
5        cmd_uudecode = $(obj)/uudecode -o $@ $<
6  
7 -$(obj)/$(TARGET).hal.o: $(HAL)/public/$(TARGET).hal.o.uu $(obj)/uudecode
8  ifdef LINUX24
9 +$(TARGET).hal.o: $(HAL)/public/$(TARGET).hal.o.uu $(obj)/uudecode
10         $(Q)$(obj)/uudecode -o $@ $<
11  else
12 +$(obj)/$(TARGET).hal.o: $(HAL)/public/$(TARGET).hal.o.uu $(obj)/uudecode
13         $(call if_changed,uudecode)
14  endif
15