X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm47xx-2.6%2Fpatches%2F140-export_uevent_handler.patch;h=6a6f51aa7bec524a0c8093c50465e9beb3711f06;hp=f6a41f32a2a6593a105f8c249aaf50abf92d7153;hb=20a359e19561ba37908955d4598fc32a409706cf;hpb=77e68d6aa06e3d741d02c227db7c4a6306fd0204 diff --git a/target/linux/brcm47xx-2.6/patches/140-export_uevent_handler.patch b/target/linux/brcm47xx-2.6/patches/140-export_uevent_handler.patch index f6a41f32a2..6a6f51aa7b 100644 --- a/target/linux/brcm47xx-2.6/patches/140-export_uevent_handler.patch +++ b/target/linux/brcm47xx-2.6/patches/140-export_uevent_handler.patch @@ -1,7 +1,6 @@ -Index: linux-2.6.22-rc4/lib/kobject_uevent.c -=================================================================== ---- linux-2.6.22-rc4.orig/lib/kobject_uevent.c 2007-06-10 21:32:13.000000000 +0100 -+++ linux-2.6.22-rc4/lib/kobject_uevent.c 2007-06-10 21:33:18.000000000 +0100 +diff -urN linux-2.6.19.ref/lib/kobject_uevent.c linux-2.6.19/lib/kobject_uevent.c +--- linux-2.6.19.ref/lib/kobject_uevent.c 2006-11-29 22:57:37.000000000 +0100 ++++ linux-2.6.19/lib/kobject_uevent.c 2006-12-04 21:33:48.000000000 +0100 @@ -29,6 +29,7 @@ u64 uevent_seqnum; char uevent_helper[UEVENT_HELPER_PATH_LEN] = "/sbin/hotplug";