2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-04-01 10:42:52 -06:00

busybox: Fix mdev perms

This commit is contained in:
Dylan Araps 2019-07-07 11:49:16 +03:00
parent f9ecfe15bd
commit 763849defc
2 changed files with 2 additions and 2 deletions

View File

@ -15,4 +15,4 @@ ln -s /run/runit/supervise.crond "$1/etc/sv/crond/supervise"
ln -s /run/runit/supervise.syslogd "$1/etc/sv/syslogd/supervise"
# Install mdev config.
install -Dm755 mdev.conf "$1/etc/mdev.conf"
cp mdev.conf "$1/etc/mdev.conf"

View File

@ -1 +1 @@
1.30.1 8
1.30.1 9