[OpenWrt-Devel] [RFC 2/3] udev: Update udev from 106 to 139

2009-03-12 Thread Geoff Levand
From: Geoff Levand geoffrey.lev...@am.sony.com Update the udev package from udev-106 to udev-139. The udev package no longer provides separate udev utilities like udevtrigger and udevsettle. These have been incorporated into the udev admin program udevadm. The init scripts have been updated to

[OpenWrt-Devel] [RFC 1/3] uclibc: Fix ppoll 5th arg

2009-03-12 Thread Geoff Levand
From: Geoff Levand geoffrey.lev...@am.sony.com This is a backport from uclibc-0.9.31. Add the missing 5th arg to the ppoll syscall. Fixes the uclibc error that ppoll returns -EINVAL. Signed-off-by: Geoff Levand geoffrey.lev...@am.sony.com --- toolchain/uClibc/patches/300-fix-ppoll.diff | 39

[OpenWrt-Devel] [RFC 3/3] hotplug2: Update hotplug2-0.9 to use udev-139

2009-03-12 Thread Geoff Levand
From: Geoff Levand geoffrey.lev...@am.sony.com The udev package no longer provides a seperate udevtrigger utility. Add a hotplug2 patch '130-update-for-udev-139.patch' that makes hotplug2-0.9 use 'udevadm trigger'. Also, move the hotplug2 dependency on udevadm from the top level target.mk to