Răsfoiți Sursa

examples/network.ncd: disable wlan0 by default

ambrop7 13 ani în urmă
părinte
comite
6cf01684fe
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      ncd/examples/network.ncd

+ 1 - 1
ncd/examples/network.ncd

@@ -69,7 +69,7 @@ process wired_example_dhcp {
 # This will use the wpa_supplicant configuration file /etc/wpa_supplicant/all.conf
 # which should specify the wireless networks and other options.
 process wireless_example_dhcp {
-    #if("false"); # remove/comment to enable
+    if("false"); # remove/comment to enable
 
     # Set device.
     var("wlan0") dev;