mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
11456c324d
SVN-Revision: 14249
7 lines
118 B
Bash
7 lines
118 B
Bash
#!/bin/sh
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
[ change = "$ACTION" -a regulatory.0 = "$DEVICENAME" ] && {
|
|
/sbin/crda
|
|
}
|