crda: new package (thanks to Hauke Mehrtens <hauke@hauke-m.de>)
[librecmc/librecmc.git] / package / crda / files / hotplug.rule
1 #!/bin/sh
2 # Copyright (C) 2009 OpenWrt.org
3
4 [ change = "$ACTION" -a regulatory.0 = "$DEVICENAME" ] && {
5         /sbin/crda
6 }