mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-21 22:07:39 -07:00
busybox: add udhcpc and acpid runit services
This commit is contained in:
parent
aefced07fa
commit
03759c0cd5
@ -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"
|
||||
|
@ -1,2 +1,4 @@
|
||||
3d1d04a4dbd34048f4794815a5c48ebb9eb53c5277e09ffffc060323b95dfbdc busybox-1.30.1.tar.bz2
|
||||
4cb8efc6efbc8942f305c6ef9ecbf9850a0221f0cf3003f2fad28d2aa58d3e8c .config
|
||||
6c3eb5cf839c7a31c337df0cd8388b397e1415ffa7a63e9678552c9c63dd869f acpid.run
|
||||
58574c81fba16d1c50972b9b6df23615ff31a4034c30c51585cb97000fb66f76 udhcpc.run
|
||||
|
2
core/busybox/files/acpid.run
Normal file
2
core/busybox/files/acpid.run
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec acpid -fl
|
2
core/busybox/files/udhcpc.run
Normal file
2
core/busybox/files/udhcpc.run
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec udhcpc -f 1>&2
|
@ -1,2 +1,4 @@
|
||||
https://busybox.net/downloads/busybox-1.30.1.tar.bz2
|
||||
files/.config
|
||||
files/acpid.run
|
||||
files/udhcpc.run
|
||||
|
@ -1 +1 @@
|
||||
1.30.1 1
|
||||
1.30.1 2
|
||||
|
Loading…
Reference in New Issue
Block a user