projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: add a few tx related fixes
[openwrt.git]
/
package
/
hotplug2
/
patches
/
110-static_worker.patch
diff --git
a/package/hotplug2/patches/110-static_worker.patch
b/package/hotplug2/patches/110-static_worker.patch
index
bca4aac
..
3a5181f
100644
(file)
--- 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:
@@ -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
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)
CFLAGS += -DSTATIC_WORKER=1
else
CFLAGS += $(FPIC)
This page took
0.022707 seconds
and
4
git commands to generate.