aboutsummaryrefslogtreecommitdiffstats
path: root/package/hotplug2/patches/110-static_worker.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-03-26 14:28:25 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-03-26 14:28:25 +0000
commit3b57cccb71a77546abfcae7cff911d4cf65cdda1 (patch)
tree360369abbf13818ad9645ccd7092dc41b71643fe /package/hotplug2/patches/110-static_worker.patch
parenteb605bec7bbfd5893523c200212c676f187cd83b (diff)
downloadupstream-3b57cccb71a77546abfcae7cff911d4cf65cdda1.tar.gz
upstream-3b57cccb71a77546abfcae7cff911d4cf65cdda1.tar.bz2
upstream-3b57cccb71a77546abfcae7cff911d4cf65cdda1.zip
package/hotplug2: refresh patches
SVN-Revision: 20462
Diffstat (limited to 'package/hotplug2/patches/110-static_worker.patch')
-rw-r--r--package/hotplug2/patches/110-static_worker.patch12
1 files changed, 5 insertions, 7 deletions
diff --git a/package/hotplug2/patches/110-static_worker.patch b/package/hotplug2/patches/110-static_worker.patch
index bca4aace7c..3a5181f74d 100644
--- a/package/hotplug2/patches/110-static_worker.patch
+++ b/package/hotplug2/patches/110-static_worker.patch
@@ -1,6 +1,5 @@
-diff -Naur a/common.mak b/common.mak
---- a/common.mak 2009-11-18 13:15:21.000000000 +0000
-+++ b/common.mak 2009-11-18 13:25:18.000000000 +0000
+--- a/common.mak
++++ b/common.mak
@@ -1,7 +1,7 @@
# vim:set sw=8 nosta:
@@ -10,10 +9,9 @@ diff -Naur a/common.mak b/common.mak
CFLAGS=$(COPTS)
FPIC=-fPIC
-diff -Naur a/Makefile b/Makefile
---- a/Makefile 2009-11-18 13:15:21.000000000 +0000
-+++ b/Makefile 2009-11-18 13:25:18.000000000 +0000
-@@ -40,5 +40,6 @@
+--- a/Makefile
++++ b/Makefile
+@@ -40,5 +40,6 @@ ifdef STATIC_WORKER
CFLAGS += -DSTATIC_WORKER=1
else
CFLAGS += $(FPIC)