projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.22
/
213-kobject_uevent.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.22/213-kobject_uevent.patch
b/target/linux/generic-2.6/patches-2.6.22/213-kobject_uevent.patch
index
62af2a1
..
5a3e237
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.22/213-kobject_uevent.patch
+++ b/
target/linux/generic-2.6/patches-2.6.22/213-kobject_uevent.patch
@@
-1,5
+1,5
@@
----
linux-2.6.22-rc5/lib/kobject_uevent.c.old 2007-06-25 07:34:27.002266528 +0200
-+++
linux-2.6.22-rc5/lib/kobject_uevent.c 2007-06-25 08:39:53.762308264 +0200
+---
a/lib/kobject_uevent.c
++++
b/lib/kobject_uevent.c
@@ -30,9 +30,22 @@
char uevent_helper[UEVENT_HELPER_PATH_LEN] = "/sbin/hotplug";
static DEFINE_SPINLOCK(sequence_lock);
@@ -30,9 +30,22 @@
char uevent_helper[UEVENT_HELPER_PATH_LEN] = "/sbin/hotplug";
static DEFINE_SPINLOCK(sequence_lock);
This page took
0.034984 seconds
and
4
git commands to generate.