From 64d01a482cf80a28ff012cf8fac03c6085deefcf Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 5 Jun 2020 14:44:55 +0300 Subject: busybox: udhcpc script --- core/busybox/build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/busybox/build') diff --git a/core/busybox/build b/core/busybox/build index 568836ed..df00282d 100755 --- a/core/busybox/build +++ b/core/busybox/build @@ -52,3 +52,6 @@ done kinstall 644 ntp.conf "$1/etc/ntp.conf" kinstall 644 inittab "$1/etc/inittab" kinstall 644 mdev.conf "$1/etc/mdev.conf" + +# Install udhcpc configuration script. +kinstall 755 udhcpc.script "$1/etc/udhcpc" -- cgit v1.2.3