blob: 69c1427a07160ca4376a2897608bf6c0bdec2a6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
PR .= ".mlinux3"
SRC_URI += " file://0003-opkg_conf-create-opkg.lock-in-run-lock-instead-of-run.patch \
file://0004-opkg-symlink.patch \
file://modprobe \
"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
do_install_append() {
install -d ${D}${datadir}/${PN}/intercept
install -m 0755 ${WORKDIR}/modprobe ${D}${datadir}/${PN}/intercept
}
|