blob: 8d66ca6a7be70b925ff699d4de56473e7dba4f44 [file] [log] [blame]
Patrick Williamsd849ec72016-08-17 14:59:38 -05001# dnsmasq is greedy with interfaces by default using bind-dynamic will
2# make it less greedy but still function as it did by default.
3do_install_append() {
4 sed -i '/#bind-interfaces/a # Play nice with libvirt\nbind-dynamic' ${D}${sysconfdir}/dnsmasq.conf
5}