diff options
author | Mike Westerhof <mwester@dls.net> | 2008-09-07 03:48:06 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2008-09-07 03:48:06 +0000 |
commit | e91fb86bac727e1331bd2e881ee31229a4861db9 (patch) | |
tree | d1e25112521aba1fb5e6d8de1997c900115e3c51 /packages | |
parent | 4d58bc994f7753693128b7c9660f0c318ebb2fc8 (diff) |
madwifi-ng: wackelf patch - updated to apply to new madwifi Makefile structure
Diffstat (limited to 'packages')
-rw-r--r-- | packages/madwifi/files/20-xscale-VFP-wackelf-v2.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/madwifi/files/20-xscale-VFP-wackelf-v2.patch b/packages/madwifi/files/20-xscale-VFP-wackelf-v2.patch new file mode 100644 index 0000000000..ed805575ba --- /dev/null +++ b/packages/madwifi/files/20-xscale-VFP-wackelf-v2.patch @@ -0,0 +1,20 @@ +--- madwifi-trunk-r3837-20080802/ath_hal/Makefile.orig 2008-09-06 22:23:21.000000000 -0500 ++++ madwifi-trunk-r3837-20080802/ath_hal/Makefile 2008-09-06 22:29:50.000000000 -0500 +@@ -82,12 +82,16 @@ endif + quiet_cmd_uudecode = UUDECODE $@ + cmd_uudecode = $(obj)/uudecode -o $@ $< + +-$(filter-out ./,$(obj)/)$(HALBIN): $(HAL)/public/$(TARGET).hal.o.uu $(obj)/uudecode ++$(obj)/wackelf: $(HAL)/public/wackelf.c ++ $(HOSTCC) $(HOSTCFLAGS) -o $@ $< ++ ++$(filter-out ./,$(obj)/)$(HALBIN): $(HAL)/public/$(TARGET).hal.o.uu $(obj)/uudecode $(obj)/wackelf + ifdef LINUX24 + $(cmd_uudecode) + else + $(call if_changed,uudecode) + endif ++ $(obj)/wackelf -fpa $@ + + # Replace as many hashed names as possible with meaningful + # ones in the symbol table of the binary kernel module for HAL. |