forked from Ivasoft/openwrt
crda: new package (thanks to Hauke Mehrtens <hauke@hauke-m.de>)
SVN-Revision: 14249
This commit is contained in:
6
package/crda/files/hotplug.rule
Normal file
6
package/crda/files/hotplug.rule
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Copyright (C) 2009 OpenWrt.org
|
||||
|
||||
[ change = "$ACTION" -a regulatory.0 = "$DEVICENAME" ] && {
|
||||
/sbin/crda
|
||||
}
|
||||
Reference in New Issue
Block a user