summaryrefslogtreecommitdiffstats
path: root/package/udev/udev-100.fix_makefile.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-100.fix_makefile.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-100.fix_makefile.patch')
-rw-r--r--package/udev/udev-100.fix_makefile.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/udev/udev-100.fix_makefile.patch b/package/udev/udev-100.fix_makefile.patch
deleted file mode 100644
index 30af02b3b..000000000
--- a/package/udev/udev-100.fix_makefile.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -u udev-100/Makefile udev-100.ynezz/Makefile
---- udev-100/Makefile 2006-09-07 11:32:45.000000000 +0200
-+++ udev-100.ynezz/Makefile 2006-09-18 17:35:33.000000000 +0200
-@@ -276,6 +276,8 @@
- install-bin:
- $(INSTALL) -d $(DESTDIR)$(udevdir)
- $(INSTALL_PROGRAM) -D udevd $(DESTDIR)$(sbindir)/udevd
-+ $(INSTALL_PROGRAM) -D udev $(DESTDIR)$(sbindir)/udev
-+ $(INSTALL_PROGRAM) -D udevstart $(DESTDIR)$(sbindir)/udevstart
- $(INSTALL_PROGRAM) -D udevtrigger $(DESTDIR)$(sbindir)/udevtrigger
- $(INSTALL_PROGRAM) -D udevsettle $(DESTDIR)$(sbindir)/udevsettle
- $(INSTALL_PROGRAM) -D udevcontrol $(DESTDIR)$(sbindir)/udevcontrol