mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 22:25:20 +02:00
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
|
||
|
}
|