diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-05 14:44:55 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-05 14:44:55 +0300 |
commit | 64d01a482cf80a28ff012cf8fac03c6085deefcf (patch) | |
tree | 85ae3f9185ac3843e527cedf942a9dbda6c98104 /core/busybox/build | |
parent | 9110a242e726aecdd4dd25563e636d81a52618bc (diff) | |
download | repository-64d01a482cf80a28ff012cf8fac03c6085deefcf.tar.gz |
busybox: udhcpc script
Diffstat (limited to 'core/busybox/build')
-rwxr-xr-x | core/busybox/build | 3 |
1 files changed, 3 insertions, 0 deletions
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" |