buildroot: Bump to bring in udev patch
Samuel Mendoza-Jonas (1):
package/eudev: Revert change preventing monitor start
When moving to eudev 3.2.7 we found that setting up a udev monitor[1]
failed silently. The symptom was that no disks would show up until a
Petitboot 'rescan devices' was performed. Sam tracked this down to the
change that we now revert.
It looks like petitboot fails due to the udev_has_devtmpfs check,
specifically on name_to_handle_at, because devtmpfs doesn't support this
syscall. If we revert this udev events are processed as normal.
Carry this patch until an upstream soluton is found[2].
[1] https://github.com/open-power/petitboot/blob/master/discover/udev.c#L527
[2] https://github.com/gentoo/eudev/issues/172
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/buildroot b/buildroot
index c5f183f..e01dcd0 160000
--- a/buildroot
+++ b/buildroot
@@ -1 +1 @@
-Subproject commit c5f183f52dd76582a277d7ce9d028e7d3c1ba31b
+Subproject commit e01dcd0974861a2c26eed6a66829a2d0bc5356d7