summary refs log tree commit diff
path: root/examples
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2019-04-21 21:09:51 +0200
committerMichael Biebl <biebl@debian.org>2019-04-21 21:09:51 +0200
commit85563b7fc7ec2cd21e38debb9b28db342e2e8e7c (patch)
treecce7b0b02d28fae2df9fdf2c1804cacd1500f2d7 /examples
parent9a6dcbf895f9da01768e64b73cec88c16157d91e (diff)
New upstream version 1.18.0 upstream/1.18.0
Diffstat (limited to 'examples')
-rw-r--r--examples/C/glib/meson.build2
-rw-r--r--examples/nm-conf.d/31-mac-addr-change.conf13
2 files changed, 9 insertions, 6 deletions
diff --git a/examples/C/glib/meson.build b/examples/C/glib/meson.build
index 1c817163..47d64bdd 100644
--- a/examples/C/glib/meson.build
+++ b/examples/C/glib/meson.build
@@ -14,6 +14,6 @@ foreach example: examples
     example[0],
     [example[0] + '.c'] + example[1],
     include_directories: example[2],
-    dependencies: [nm_core_dep] + example[3],
+    dependencies: [libnm_core_dep] + example[3],
   )
 endforeach
diff --git a/examples/nm-conf.d/31-mac-addr-change.conf b/examples/nm-conf.d/31-mac-addr-change.conf
index 554b698f..f32507a1 100644
--- a/examples/nm-conf.d/31-mac-addr-change.conf
+++ b/examples/nm-conf.d/31-mac-addr-change.conf
@@ -5,12 +5,15 @@
 #
 # https://bugzilla.gnome.org/show_bug.cgi?id=777523
 [device-31-mac-addr-change]
-match-device=driver:rtl8723bs,driver:rtl8189es,driver:r8188eu,driver:eagle_sdio
+match-device=driver:eagle_sdio,driver:wl
 wifi.scan-rand-mac-address=no
 
 [connection-31-mac-addr-change]
-match-device=driver:rtl8723bs,driver:rtl8189es,driver:r8188eu,driver:eagle_sdio
-# these are per-profile properties. Here we overwrite the default
-# value, but explicitly configuring it in the profile takes precedence.
+# These are defaults for the connection profile. Here we set only the default
+# value. Note that the default value already should be "preserve", so this has
+# no actual effect.
+#
+# Also note that this is only the default. Per-profile settings still take
+# precedence.
+match-device=driver:eagle_sdio,driver:wl
 wifi.cloned-mac-address=preserve
-ethernet.cloned-mac-address=preserve