aboutsummaryrefslogtreecommitdiffstats
path: root/package/crda/files/hotplug.rule
blob: 1ec033f46ab16db4f49a0dde8094ec58ba1c3edd (plain)
1
2
3
4
5
6
#!/bin/sh
# Copyright (C) 2009 OpenWrt.org

[ change = "$ACTION" -a regulatory.0 = "$DEVICENAME" ] && {
	/sbin/crda
}