summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-connectivity/networkmanager/networkmanager_1.22.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.22.14.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.22.14.bb
index 4e4217c1f4..ac2282ea1b 100644
--- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.22.14.bb
+++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.22.14.bb
@@ -74,7 +74,7 @@ PACKAGECONFIG[consolekit] = "--with-session-tracking=consolekit,,consolekit,cons
74PACKAGECONFIG[modemmanager] = "--with-modem-manager-1=yes,--with-modem-manager-1=no,modemmanager" 74PACKAGECONFIG[modemmanager] = "--with-modem-manager-1=yes,--with-modem-manager-1=no,modemmanager"
75PACKAGECONFIG[ppp] = "--enable-ppp,--disable-ppp,ppp,ppp" 75PACKAGECONFIG[ppp] = "--enable-ppp,--disable-ppp,ppp,ppp"
76# Use full featured dhcp client instead of internal one 76# Use full featured dhcp client instead of internal one
77PACKAGECONFIG[dhclient] = "--with-dhclient=${base_sbindir}/dhclient,,,dhcp-client" 77PACKAGECONFIG[dhclient] = "--with-dhclient=${base_sbindir}/dhclient,,,dhcpcd"
78PACKAGECONFIG[dnsmasq] = "--with-dnsmasq=${bindir}/dnsmasq" 78PACKAGECONFIG[dnsmasq] = "--with-dnsmasq=${bindir}/dnsmasq"
79PACKAGECONFIG[nss] = "--with-crypto=nss,,nss" 79PACKAGECONFIG[nss] = "--with-crypto=nss,,nss"
80PACKAGECONFIG[resolvconf] = "--with-resolvconf=${base_sbindir}/resolvconf,,,resolvconf" 80PACKAGECONFIG[resolvconf] = "--with-resolvconf=${base_sbindir}/resolvconf,,,resolvconf"