summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Orefice2019-04-15 13:57:43 +0200
committerAntonio Orefice2019-04-15 13:57:43 +0200
commitfc1d113f9287aa389b927fb83a8f1a2144150847 (patch)
tree120eb275799aa3d42972277d81941fc1d75709ca
parent664fe9f69e708c66289c3f8f5edb163d3d019873 (diff)
downloadaur-fc1d113f9287aa389b927fb83a8f1a2144150847.tar.gz
removed the minus symbol, as it seem not well handled by some apps
-rw-r--r--10-net-names-crc16.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/10-net-names-crc16.rules b/10-net-names-crc16.rules
index 829cc7d3417e..5016ffe2e388 100644
--- a/10-net-names-crc16.rules
+++ b/10-net-names-crc16.rules
@@ -1,2 +1,2 @@
-SUBSYSTEM=="net", ACTION=="add", KERNEL=="wlan*", PROGRAM="/usr/bin/crc16.sh $attr{address}", NAME="wlan-%c{1}"
-SUBSYSTEM=="net", ACTION=="add", KERNEL=="eth*", PROGRAM="/usr/bin/crc16.sh $attr{address}", NAME="eth-%c{1}"
+SUBSYSTEM=="net", ACTION=="add", KERNEL=="wlan*", PROGRAM="/usr/bin/crc16.sh $attr{address}", NAME="wlan%c{1}"
+SUBSYSTEM=="net", ACTION=="add", KERNEL=="eth*", PROGRAM="/usr/bin/crc16.sh $attr{address}", NAME="eth%c{1}"