commit | acff779c50e8cb8939cddf4952d945192000c6cb | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Tue Jun 14 10:58:11 2022 +0800 |
committer | developer <developer@mediatek.com> | Tue Jun 14 10:58:11 2022 +0800 |
tree | 28f61a380706adff86d8adda1a6cc6663031fe53 | |
parent | fb6881861334fac703704127beebcadc0880ef33 [diff] [blame] |
[Fix Dnsmasq can’t up automatically] [Description] Fix Dnsmasq can’t up automatically 1. according to this patch https://code.rdkcentral.com/r/c/rdkb/components/opensource/ccsp/Utopia/+/70873 change BOX_TYPE to turris [Release-log]
diff --git a/recipes-rdkb/sysint-broadband/sysint-broadband.bbappend b/recipes-rdkb/sysint-broadband/sysint-broadband.bbappend index 8ce6332..001bfdb 100644 --- a/recipes-rdkb/sysint-broadband/sysint-broadband.bbappend +++ b/recipes-rdkb/sysint-broadband/sysint-broadband.bbappend
@@ -29,7 +29,7 @@ SYSTEMD_SERVICE_${PN} = "dcm-log.service" do_install_append() { - echo "BOX_TYPE=Filogic" >> ${D}${sysconfdir}/device.properties + echo "BOX_TYPE=turris" >> ${D}${sysconfdir}/device.properties echo "ARM_INTERFACE=erouter0" >> ${D}${sysconfdir}/device.properties install -d ${D}${base_libdir}/rdk install -d ${D}${systemd_unitdir}/system