From fd09e88160c1e1bf42e54fa0488bcf34e0be106d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=81LI=20G=C3=A1bor=20J=C3=A1nos?= Date: Tue, 11 Oct 2022 18:20:54 +0200 Subject: busybox: Implement daisy chaining for `udhcpc` and `udhcpd`. --- aports/busybox/APKBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'aports/busybox/APKBUILD') diff --git a/aports/busybox/APKBUILD b/aports/busybox/APKBUILD index 8539a51..146defc 100644 --- a/aports/busybox/APKBUILD +++ b/aports/busybox/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Gabor Pali pkgname=busybox pkgver=1.35.0 -pkgrel=1 # base: 15, -initscripts: 4.2-r0 +pkgrel=2 # base: 15, -initscripts: 4.2-r0 pkgdesc="Size optimized toolbox of many common UNIX utilities" url="https://busybox.net/" arch="all" @@ -54,9 +54,11 @@ source="https://busybox.net/downloads/busybox-$pkgver.tar.bz2 mdev.initd syslog.initd udhcpd.initd - + defaults.initd + crond.confd syslog.confd + udhcpd.confd mdev.conf persistent-storage " @@ -152,6 +154,8 @@ ttyS0 EOF cat >"$pkgdir"/etc/udhcpc/udhcpc.conf <