iopsys-feed/crda/files/hotplug.rule
2015-06-15 21:57:39 +02:00

6 lines
118 B
Bash

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