developer | 15a4331 | 2022-04-12 11:23:23 +0800 | [diff] [blame] | 1 | require ccsp_common_turris.inc |
2 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||||
3 | |||||
4 | SRC_URI_append = " \ | ||||
5 | file://cr-deviceprofile_turris.xml \ | ||||
6 | " | ||||
7 | |||||
8 | do_install_append() { | ||||
9 | # Config files and scripts | ||||
10 | install -m 644 ${WORKDIR}/cr-deviceprofile_turris.xml ${D}/usr/ccsp/cr-deviceprofile.xml | ||||
11 | install -m 644 ${WORKDIR}/cr-deviceprofile_turris.xml ${D}/usr/ccsp/cr-ethwan-deviceprofile.xml | ||||
12 | } | ||||
13 | |||||
14 | LDFLAGS_append_dunfell = " -lpthread -lbreakpadwrapper" |