diff --git a/core/busybox/build b/core/busybox/build index d6928d72..f8e4bf74 100755 --- a/core/busybox/build +++ b/core/busybox/build @@ -32,9 +32,7 @@ done chmod u+s "$1/usr/bin/busybox-suid" # Install runit services. -install -Dm755 acpid.run "$1/etc/sv/acpid/run" install -Dm755 crond.run "$1/etc/sv/crond/run" install -Dm755 syslogd.run "$1/etc/sv/syslogd/run" -ln -s /run/runit/supervise.acpid "$1/etc/sv/acpid/supervise" ln -s /run/runit/supervise.crond "$1/etc/sv/crond/supervise" ln -s /run/runit/supervise.syslogd "$1/etc/sv/syslogd/supervise" diff --git a/core/busybox/checksums b/core/busybox/checksums index 867aa0f6..7eb57290 100644 --- a/core/busybox/checksums +++ b/core/busybox/checksums @@ -1,6 +1,5 @@ d0f940a72f648943c1f2211e0e3117387c31d765137d92bd8284a3fb9752a998 busybox-1.31.1.tar.bz2 -0993b0ed8ad0fe2e32b8cb7d298778b407df0e280948a71ee2da91a1821f1c59 .config +cc63bbb98f4e113c4e518bdb81671e34dbb30623104ad95cdc0f71b847fb505c .config da3ef90a65abcbd112fa98a00799745d88d568cde290e049a5380dfc74de620a .config-suid -76978b2b69361d47b3bb314a8a320ca274b2af7339c571be1a19f0e1d8c4da6a acpid.run 814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12 crond.run 4a5981f4b0d791fe9b84b0b2e01ae905f6565c8245b3cd603e6decf34ddad71a syslogd.run diff --git a/core/busybox/files/.config b/core/busybox/files/.config index a46ed392..542b866c 100644 --- a/core/busybox/files/.config +++ b/core/busybox/files/.config @@ -584,8 +584,8 @@ CONFIG_DEFAULT_DEPMOD_FILE="modules.dep" # # Linux System Utilities # -CONFIG_ACPID=y -CONFIG_FEATURE_ACPID_COMPAT=y +# CONFIG_ACPID is not set +# CONFIG_FEATURE_ACPID_COMPAT is not set # CONFIG_BLKDISCARD is not set # CONFIG_BLKID is not set # CONFIG_FEATURE_BLKID_TYPE is not set diff --git a/core/busybox/files/acpid.run b/core/busybox/files/acpid.run deleted file mode 100644 index 55643eeb..00000000 --- a/core/busybox/files/acpid.run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -mkdir -p /etc/acpi -exec acpid -f diff --git a/core/busybox/sources b/core/busybox/sources index c012a491..289dcdb4 100644 --- a/core/busybox/sources +++ b/core/busybox/sources @@ -1,6 +1,5 @@ https://busybox.net/downloads/busybox-1.31.1.tar.bz2 files/.config files/.config-suid -files/acpid.run files/crond.run files/syslogd.run diff --git a/core/busybox/version b/core/busybox/version index 41e47002..c402210d 100644 --- a/core/busybox/version +++ b/core/busybox/version @@ -1 +1 @@ -1.31.1 0 +1.31.1 1