1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-14 00:11:06 +02:00

7 lines
118 B
Plaintext
Raw Normal View History

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