blob: bec5d5af68e8757a4eb9ad0208049c095d42767c (
plain)
1
2
3
4
5
6
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
# flash on reboot/umountfs needs regular umount (not busybox)
RDEPENDS_${PN} += "util-linux-umount util-linux-mount bash"
PR .= ".48"
|