diff options
-rw-r--r-- | meta-networking/recipes-connectivity/networkmanager/networkmanager_1.44.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.44.0.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.44.0.bb index 867d133271..1332a9dfd4 100644 --- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.44.0.bb +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.44.0.bb | |||
@@ -111,6 +111,7 @@ PACKAGECONFIG[iwd] = "-Diwd=true,-Diwd=false" | |||
111 | PACKAGECONFIG[ifupdown] = "-Difupdown=true,-Difupdown=false" | 111 | PACKAGECONFIG[ifupdown] = "-Difupdown=true,-Difupdown=false" |
112 | PACKAGECONFIG[cloud-setup] = "-Dnm_cloud_setup=true,-Dnm_cloud_setup=false" | 112 | PACKAGECONFIG[cloud-setup] = "-Dnm_cloud_setup=true,-Dnm_cloud_setup=false" |
113 | PACKAGECONFIG[nmcli] = "-Dnmcli=true,-Dnmcli=false" | 113 | PACKAGECONFIG[nmcli] = "-Dnmcli=true,-Dnmcli=false" |
114 | PACKAGECONFIG[nmtui] = "-Dnmtui=true,-Dnmtui=false,libnewt" | ||
114 | PACKAGECONFIG[readline] = "-Dreadline=libreadline,,readline" | 115 | PACKAGECONFIG[readline] = "-Dreadline=libreadline,,readline" |
115 | PACKAGECONFIG[libedit] = "-Dreadline=libedit,,libedit" | 116 | PACKAGECONFIG[libedit] = "-Dreadline=libedit,,libedit" |
116 | PACKAGECONFIG[ovs] = "-Dovs=true,-Dovs=false,jansson" | 117 | PACKAGECONFIG[ovs] = "-Dovs=true,-Dovs=false,jansson" |
@@ -120,6 +121,8 @@ PACKAGECONFIG[vala] = "-Dvapi=true,-Dvapi=false" | |||
120 | PACKAGECONFIG[dhcpcd] = "-Ddhcpcd=${base_sbindir}/dhcpcd,-Ddhcpcd=no,,dhcpcd" | 121 | PACKAGECONFIG[dhcpcd] = "-Ddhcpcd=${base_sbindir}/dhcpcd,-Ddhcpcd=no,,dhcpcd" |
121 | PACKAGECONFIG[dhclient] = "-Ddhclient=yes,-Ddhclient=no,,dhcp" | 122 | PACKAGECONFIG[dhclient] = "-Ddhclient=yes,-Ddhclient=no,,dhcp" |
122 | PACKAGECONFIG[concheck] = "-Dconcheck=true,-Dconcheck=false" | 123 | PACKAGECONFIG[concheck] = "-Dconcheck=true,-Dconcheck=false" |
124 | PACKAGECONFIG[adsl] = ",," | ||
125 | PACKAGECONFIG[wwan] = ",," | ||
123 | # The following PACKAGECONFIG is used to determine whether NM is managing /etc/resolv.conf itself or not | 126 | # The following PACKAGECONFIG is used to determine whether NM is managing /etc/resolv.conf itself or not |
124 | PACKAGECONFIG[man-resolv-conf] = ",," | 127 | PACKAGECONFIG[man-resolv-conf] = ",," |
125 | 128 | ||