developer | d497c18 | 2022-12-19 15:08:00 +0800 | [diff] [blame] | 1 | FILESEXTRAPATHS_append := "${THISDIR}/files:" |
2 | |||||
3 | SRC_URI_append += "file://miniupnpd-filogic.conf \ | ||||
4 | " | ||||
5 | |||||
6 | do_install_append() { | ||||
7 | sed -i "s/After=network.target/After=network.target init-Lanbridge.service/g" ${D}${systemd_unitdir}/system/miniupnpd.service | ||||
8 | install -m 0644 ${WORKDIR}/miniupnpd-filogic.conf ${D}/${sysconfdir}/${BPN}/miniupnpd.conf | ||||
9 | } | ||||
10 |