blob: 4c6e7521a9fc06a93c6e0b4a6de8b1929918761b (
plain)
1
2
3
4
5
6
7
8
9
10
|
PR .= ".mlinux1"
FILESEXTRAPATHS_prepend := ":${THISDIR}/files:"
SRC_URI += "file://udhcpd.conf.example"
do_install_append () {
install -m 600 ${WORKDIR}/udhcpd.conf.example ${D}${sysconfdir}/udhcpd.conf.example
install -m 600 ${WORKDIR}/udhcpd.conf.example ${D}${sysconfdir}/udhcpd.conf
}
|