summaryrefslogtreecommitdiffstats
path: root/builder/wlan-boot/udev/80-net-wlan.rules
diff options
context:
space:
mode:
authorJonathan Bauer2016-12-01 15:42:58 +0100
committerJonathan Bauer2016-12-01 15:42:58 +0100
commit542eae6fa0cea1b0e808510fb313e0c897abc6ef (patch)
tree11d795c15e58a848c5eb2095ebb99de5968f7210 /builder/wlan-boot/udev/80-net-wlan.rules
parentMerge branch 'master' of git.openslx.org:openslx-ng/systemd-init (diff)
downloadsystemd-init-542eae6fa0cea1b0e808510fb313e0c897abc6ef.tar.gz
systemd-init-542eae6fa0cea1b0e808510fb313e0c897abc6ef.tar.xz
systemd-init-542eae6fa0cea1b0e808510fb313e0c897abc6ef.zip
Yannick Bilger's WLAN boot prototype
Diffstat (limited to 'builder/wlan-boot/udev/80-net-wlan.rules')
-rw-r--r--builder/wlan-boot/udev/80-net-wlan.rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/builder/wlan-boot/udev/80-net-wlan.rules b/builder/wlan-boot/udev/80-net-wlan.rules
new file mode 100644
index 00000000..c2c17b3b
--- /dev/null
+++ b/builder/wlan-boot/udev/80-net-wlan.rules
@@ -0,0 +1,2 @@
+# Set the name of the interface to wlan0
+SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"