blob: 9362db4a6948ae38f8d8bffc0f27450db35d3b3b [file] [log] [blame]
developer15a43312022-04-12 11:23:23 +08001require ccsp_common_turris.inc
2FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3
4SRC_URI_append = " \
5 file://cr-deviceprofile_turris.xml \
6"
7
8do_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
14LDFLAGS_append_dunfell = " -lpthread -lbreakpadwrapper"