2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

busybox: add udhcpc and acpid runit services

This commit is contained in:
Muhammad Herdiansyah 2019-06-30 22:47:11 +07:00
parent aefced07fa
commit 03759c0cd5
6 changed files with 15 additions and 1 deletions

View File

@ -5,3 +5,9 @@ make install
# Work around no 'DESTDIR'.
cp -a _install/. "$1"
# install runit services
install -Dm755 acpid.run "$1/etc/sv/acpid/run"
install -Dm755 udhcpc.run "$1/etc/sv/udhcpc/run"
ln -s /run/runit/supervise.acpid "$1/etc/sv/acpid/supervise"
ln -s /run/runit/supervise.acpid "$1/etc/sv/udhcpc/supervise"

View File

@ -1,2 +1,4 @@
3d1d04a4dbd34048f4794815a5c48ebb9eb53c5277e09ffffc060323b95dfbdc busybox-1.30.1.tar.bz2
4cb8efc6efbc8942f305c6ef9ecbf9850a0221f0cf3003f2fad28d2aa58d3e8c .config
6c3eb5cf839c7a31c337df0cd8388b397e1415ffa7a63e9678552c9c63dd869f acpid.run
58574c81fba16d1c50972b9b6df23615ff31a4034c30c51585cb97000fb66f76 udhcpc.run

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec acpid -fl

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec udhcpc -f 1>&2

View File

@ -1,2 +1,4 @@
https://busybox.net/downloads/busybox-1.30.1.tar.bz2
files/.config
files/acpid.run
files/udhcpc.run

View File

@ -1 +1 @@
1.30.1 1
1.30.1 2