Commit 43a42580 authored by Florent Revest's avatar Florent Revest

usb-moded: Touch /var/lib/misc/udhcpd.leases to remove a warning from udhcpd...

usb-moded: Touch /var/lib/misc/udhcpd.leases to remove a warning from udhcpd http://thread.gmane.org/gmane.linux.busybox/17805
parent 5d279ac5
......@@ -75,6 +75,9 @@ do_install_append() {
install -d ${D}/usr/bin/
cp ../init_ffs ${D}/usr/bin/init_ffs
install -d ${D}/var/lib/misc/
touch ${D}/var/lib/misc/udhcpd.leases
}
FILES_${PN} += " /lib/systemd/system /usr/share/dbus-1/services/"
FILES_${PN} += " /lib/systemd/system /usr/share/dbus-1/services/ /var/lib/misc/udhcpd.leases"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment