summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-06-06 23:53:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-06-06 23:53:03 +0000
commit60e3586f6f36497e4c732377e3ad542dda27fcaf (patch)
tree7a69fdadac8fff1a02a277627f0011cbcd2ac78f /package/madwifi/patches
parentd21f830b10979816222eccb9c2688a76ea67a7f4 (diff)
downloadmaster-31e0f0ae-60e3586f6f36497e4c732377e3ad542dda27fcaf.tar.gz
master-31e0f0ae-60e3586f6f36497e4c732377e3ad542dda27fcaf.tar.bz2
master-31e0f0ae-60e3586f6f36497e4c732377e3ad542dda27fcaf.zip
fix madwifi on linux 2.4
SVN-Revision: 11385
Diffstat (limited to 'package/madwifi/patches')
-rw-r--r--package/madwifi/patches/404-linux24_fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/madwifi/patches/404-linux24_fix.patch b/package/madwifi/patches/404-linux24_fix.patch
new file mode 100644
index 0000000000..237bd6e61a
--- /dev/null
+++ b/package/madwifi/patches/404-linux24_fix.patch
@@ -0,0 +1,13 @@
+Index: madwifi-trunk-r3314/ath_hal/Makefile
+===================================================================
+--- madwifi-trunk-r3314.orig/ath_hal/Makefile 2008-06-07 01:33:20.180406306 +0200
++++ madwifi-trunk-r3314/ath_hal/Makefile 2008-06-07 01:33:25.636717245 +0200
+@@ -78,7 +78,7 @@
+ quiet_cmd_uudecode = UUDECODE $@
+ cmd_uudecode = $(obj)/uudecode -o $@ $<
+
+-$(obj)/$(TARGET).hal.o: $(HAL)/public/$(TARGET).hal.o.uu $(obj)/uudecode
++$(TARGET).hal.o: $(HAL)/public/$(TARGET).hal.o.uu $(obj)/uudecode
+ ifdef LINUX24
+ $(Q)$(obj)/uudecode -o $@ $<
+ else