aboutsummaryrefslogtreecommitdiffstats
path: root/package/udev/udev-install.patch
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-01-14 00:59:10 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-01-14 00:59:10 +0000
commit0a4b6a3bc7e9f325efbf8f3b01e90c762172e7d7 (patch)
tree6d5f46330f166e7ef7efcad951a0b4520848618b /package/udev/udev-install.patch
parent5d8342c7f74109ecdcc6049e3972aac2e6db7756 (diff)
downloadbuildroot-novena-0a4b6a3bc7e9f325efbf8f3b01e90c762172e7d7.tar.gz
buildroot-novena-0a4b6a3bc7e9f325efbf8f3b01e90c762172e7d7.zip
Upgrade to udev-101. We also create and init script that actually works and has been tested in multiple PowerPC embedded platforms. We also add a new config option to build the volume_id library which will be used by D-Bus and HAL.
Diffstat (limited to 'package/udev/udev-install.patch')
-rw-r--r--package/udev/udev-install.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/udev/udev-install.patch b/package/udev/udev-install.patch
new file mode 100644
index 000000000..4a29996f6
--- /dev/null
+++ b/package/udev/udev-install.patch
@@ -0,0 +1,11 @@
+diff -ur udev-101/Makefile udev-101-patched/Makefile
+--- udev-101/Makefile 2006-09-30 07:30:00.000000000 -0500
++++ udev-101-patched/Makefile 2006-10-20 12:28:18.000000000 -0500
+@@ -275,6 +275,7 @@
+
+ install-bin:
+ $(INSTALL) -d $(DESTDIR)$(udevdir)
++ $(INSTALL_PROGRAM) -D udevstart $(DESTDIR)$(sbindir)/udevstart
+ $(INSTALL_PROGRAM) -D udevd $(DESTDIR)$(sbindir)/udevd
+ $(INSTALL_PROGRAM) -D udevtrigger $(DESTDIR)$(sbindir)/udevtrigger
+ $(INSTALL_PROGRAM) -D udevsettle $(DESTDIR)$(sbindir)/udevsettle