tn3399_openwrt/package/crda/files/hotplug.rule

7 lines
118 B
Plaintext
Raw Normal View History

#!/bin/sh
# Copyright (C) 2009 OpenWrt.org
[ change = "$ACTION" -a regulatory.0 = "$DEVICENAME" ] && {
/sbin/crda
}