summaryrefslogtreecommitdiffstats
path: root/network/rt5370/patches/Makefile.4.util.diff
diff options
context:
space:
mode:
author Roberto Neri <rneri@libero.it>2012-07-30 01:20:13 -0500
committer Robby Workman <rworkman@slackbuilds.org>2012-07-30 01:20:13 -0500
commit71040f50aeb70f7c4dcff3e6246f8656134eacd4 (patch)
tree7bfec71d2ca9f27ff84f2d42a59bd113db9d9759 /network/rt5370/patches/Makefile.4.util.diff
parenta77891b22da1990072964ac40651f659faf4eaae (diff)
downloadslackbuilds-71040f50aeb70f7c4dcff3e6246f8656134eacd4.tar.gz
slackbuilds-71040f50aeb70f7c4dcff3e6246f8656134eacd4.tar.xz
network/rt5370: Added (driver for Ralink RT5370 USB WLAN Card)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/rt5370/patches/Makefile.4.util.diff')
-rw-r--r--network/rt5370/patches/Makefile.4.util.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/network/rt5370/patches/Makefile.4.util.diff b/network/rt5370/patches/Makefile.4.util.diff
new file mode 100644
index 0000000000..ef739885a2
--- /dev/null
+++ b/network/rt5370/patches/Makefile.4.util.diff
@@ -0,0 +1,14 @@
+--- 2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO.orig/os/linux/Makefile.4.util 2011-07-19 10:56:36.000000000 +0200
++++ 2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/Makefile.4.util 2012-06-20 14:38:28.727442528 +0200
+@@ -97,9 +97,8 @@
+ endif
+
+ install:
+- install -d $(LINUX_SRC_MODULE)
+- install -m 644 -c $(addsuffix .o,$(MOD_NAME)) $(LINUX_SRC_MODULE)
+- /sbin/depmod -a ${shell uname -r}
++ install -d $(DESTDIR)/$(LINUX_SRC_MODULE)
++ install -m 644 -c $(addsuffix .o,$(MOD_NAME)) $(DESTDIR)/$(LINUX_SRC_MODULE)
+
+ uninstall:
+ rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .o,$(MOD_NAME)))