mirror of https://github.com/hak5/openwrt.git
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
|
#!/bin/sh
|
||
|
# Copyright (C) 2009 OpenWrt.org
|
||
|
|
||
|
[ change = "$ACTION" -a regulatory.0 = "$DEVICENAME" ] && {
|
||
|
/sbin/crda
|
||
|
}
|