Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
busybox: use new libudev-zero hotplugging method
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Aug 29, 2021
1 parent 0b2178a commit 2d8a7b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/busybox/checksums
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ ebd61afac770d3d9cae5c411f44002496fb18b28cf7b77520072a3909852246e
4a5981f4b0d791fe9b84b0b2e01ae905f6565c8245b3cd603e6decf34ddad71a
f857fea99533df7b780c911bae19b0029a70ee1c8d36b49e7782604fb9cf25f8
e7db036d8e43bb2511df087342708f5fb51d28a7dff9008a1cf440390870a972
cd002f2194c0a42f489016f5def883d9f2c39e76a3f602a181196688d0680851
5ea98cc467b258c8c75e2a4e440bea509640954fe80e832cfa5e83d25a1bf3a8
4 changes: 2 additions & 2 deletions core/busybox/files/mdev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ cpu([0-9]+) root:root 600 =cpu/%1/cpuid
msr([0-9]+) root:root 600 =cpu/%1/msr

# libudev-zero hotplug.
SUBSYSTEM=drm;.* root:video 660 *env > /tmp/.libudev-zero/uevent.$$
SUBSYSTEM=input;.* root:input 660 *env > /tmp/.libudev-zero/uevent.$$
SUBSYSTEM=drm;.* root:video 660 *libudev-zero-helper
SUBSYSTEM=input;.* root:input 660 *libudev-zero-helper
2 changes: 1 addition & 1 deletion core/busybox/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.34.0 3
1.34.0 4

0 comments on commit 2d8a7b9

Please sign in to comment.