aboutsummaryrefslogtreecommitdiffstats
path: root/package/crda/files/hotplug.rule
diff options
context:
space:
mode:
Diffstat (limited to 'package/crda/files/hotplug.rule')
-rw-r--r--package/crda/files/hotplug.rule6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/crda/files/hotplug.rule b/package/crda/files/hotplug.rule
deleted file mode 100644
index 1ec033f46a..0000000000
--- a/package/crda/files/hotplug.rule
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-# Copyright (C) 2009 OpenWrt.org
-
-[ change = "$ACTION" -a regulatory.0 = "$DEVICENAME" ] && {
- /sbin/crda
-}