summaryrefslogtreecommitdiff
path: root/multitech
diff options
context:
space:
mode:
Diffstat (limited to 'multitech')
-rw-r--r--multitech/recipes/busybox/busybox_1.18.3.bbappend3
1 files changed, 2 insertions, 1 deletions
diff --git a/multitech/recipes/busybox/busybox_1.18.3.bbappend b/multitech/recipes/busybox/busybox_1.18.3.bbappend
index c5122bb..1ba034f 100644
--- a/multitech/recipes/busybox/busybox_1.18.3.bbappend
+++ b/multitech/recipes/busybox/busybox_1.18.3.bbappend
@@ -6,5 +6,6 @@ PR .= ".corecdp2"
SRC_URI += "file://busybox-1.18.3/corecdp/udhcpd.conf.example"
do_install_append () {
- install -m 600 ${WORKDIR}/busybox-1.18.3/corecdp/udhcpd.conf.example ${D}${sysconfdir}/
+ install -m 600 ${WORKDIR}/busybox-1.18.3/corecdp/udhcpd.conf.example ${D}${sysconfdir}/udhcpd.conf.example
+ install -m 600 ${WORKDIR}/busybox-1.18.3/corecdp/udhcpd.conf.example ${D}${sysconfdir}/udhcpd.conf
}