File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
meta-rdk-mtk-bpir4/recipes-ccsp/ccsp Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ do_install_append_class-target() {
5656 # SNMP SUPPORT
5757 sed -i "/tcp\:192.168.254.253\:705/a ExecStart=\/usr\/bin\/snmp_subagent \&" ${D}${systemd_unitdir} /system /snmpSubAgent . service
5858
59+ # Xdns service
60+ install -D -m 0644 ${S} /systemd_units /CcspXdnsSsp . service ${D}${systemd_unitdir} /system /CcspXdnsSsp . service
61+
5962 # Updating the checkfilogicwifisupport.service
6063 sed -i "s/forking/oneshot/g" ${D}${systemd_unitdir} /system /checkfilogicwifisupport . service
6164 sed -i "/ExecStart=/i RemainAfterExit=yes" ${D}${systemd_unitdir} /system /checkfilogicwifisupport . service
@@ -87,6 +90,7 @@ SYSTEMD_SERVICE_${PN} += "parodus.service"
8790SYSTEMD_SERVICE_${PN} += "webpa.service"
8891SYSTEMD_SERVICE_${PN}_remove = " utopia.service"
8992SYSTEMD_SERVICE_${PN} += " CcspAdvSecuritySsp.service"
93+ SYSTEMD_SERVICE_${PN} += "CcspXdnsSsp.service"
9094
9195FILES_${PN}_remove_onewifi = "${systemd_unitdir} /system/ccspwifiagent.service"
9296FILES_${PN}_remove = "${systemd_unitdir} /system/utopia.service"
@@ -97,6 +101,7 @@ FILES_${PN}_append = " \
97101 ${systemd_unitdir} /system/CcspTelemetry.service \
98102 ${systemd_unitdir} /system/notifyComp.service \
99103 ${systemd_unitdir} /system/gwprovapp.service \
104+ ${systemd_unitdir} /system/CcspXdnsSsp.service \
100105 ${systemd_unitdir} /system/gwprovapp.service.d/gwprovapp.conf \
101106 ${systemd_unitdir} /system/parodus.service \
102107 ${systemd_unitdir} /system/webpa.service \
You can’t perform that action at this time.
0 commit comments