blob: e9460e755a1eab09f3659d201df95c805cdae037 (
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 .= ".42"
|