mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-07 20:40:41 +01:00
6 lines
118 B
Bash
6 lines
118 B
Bash
#!/bin/sh
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
[ change = "$ACTION" -a regulatory.0 = "$DEVICENAME" ] && {
|
|
/sbin/crda
|
|
}
|