Skip to content
Snippets Groups Projects
Commit e34262f4 authored by Pavel Zhukov's avatar Pavel Zhukov
Browse files

NetworkManager: Disable dnsmasq support


Dnsmasq duplicates resolved in terms of DNS caching functionality. Most
of its feature are not usefull in IoT.

Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
parent 00759083
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,4 @@ inherit writables ...@@ -7,4 +7,4 @@ inherit writables
WRITABLES = "system-connections" WRITABLES = "system-connections"
WRITABLE_PATH[system-connections] = "/etc/NetworkManager/system-connections" WRITABLE_PATH[system-connections] = "/etc/NetworkManager/system-connections"
PACKAGECONFIG_remove = "dhclient" PACKAGECONFIG_remove = "dhclient dnsmasq"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment