mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-27 06:18:42 +00:00
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
|
|
}
|