blob: ff0c222d8495f1cae8922305bb06df1473e4d8eb (
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 .= ".41"
|