eudev: add new package
authorDaniel Golle <redacted>
Sun, 7 Feb 2016 08:59:37 +0000 (10:59 +0200)
committerDaniel Golle <redacted>
Wed, 10 Feb 2016 17:00:53 +0000 (19:00 +0200)
eudev is a fork of systemd-udev which doesn't require all the
rest of systemd. It's suitable for running along with OpenWrt's procd,
eplacing the very outdated version of pre-systemd udev.

Signed-off-by: Daniel Golle <redacted>
utils/eudev/patches/0001-mtd_probe-uses-stdint_h.patch [new file with mode: 0644]

diff --git a/utils/eudev/patches/0001-mtd_probe-uses-stdint_h.patch b/utils/eudev/patches/0001-mtd_probe-uses-stdint_h.patch
new file mode 100644 (file)
index 0000000..2ae5634
--- /dev/null
@@ -0,0 +1,12 @@
+Index: eudev-3.1.5/src/mtd_probe/mtd_probe.h
+===================================================================
+--- eudev-3.1.5.orig/src/mtd_probe/mtd_probe.h
++++ eudev-3.1.5/src/mtd_probe/mtd_probe.h
+@@ -18,6 +18,7 @@
+  */
+ #include <mtd/mtd-user.h>
++#include <stdint.h>
+ #include "macro.h"
git clone https://git.99rst.org/PROJECT