[x86] grub: Natively build grub only on x86 linux hosts, cross compile everywhere...
[openwrt.git] / package / madwifi / patches / 404-linux24_fix.patch
1 Index: madwifi-trunk-r3314/ath_hal/Makefile
2 ===================================================================
3 --- madwifi-trunk-r3314.orig/ath_hal/Makefile 2008-06-07 17:08:42.354855646 +0200
4 +++ madwifi-trunk-r3314/ath_hal/Makefile 2008-06-07 17:09:03.260046968 +0200
5 @@ -78,10 +78,11 @@
6 quiet_cmd_uudecode = UUDECODE $@
7 cmd_uudecode = $(obj)/uudecode -o $@ $<
8
9 -$(obj)/$(TARGET).hal.o: $(HAL)/public/$(TARGET).hal.o.uu $(obj)/uudecode
10 ifdef LINUX24
11 +$(TARGET).hal.o: $(HAL)/public/$(TARGET).hal.o.uu $(obj)/uudecode
12 $(Q)$(obj)/uudecode -o $@ $<
13 else
14 +$(obj)/$(TARGET).hal.o: $(HAL)/public/$(TARGET).hal.o.uu $(obj)/uudecode
15 $(call if_changed,uudecode)
16 endif
17
This page took 0.037353 seconds and 5 git commands to generate.