2
0
forked from Ivasoft/openwrt

crda: new package (thanks to Hauke Mehrtens <hauke@hauke-m.de>)

SVN-Revision: 14249
This commit is contained in:
Gabor Juhos
2009-01-28 20:03:04 +00:00
parent ec34d908c7
commit 11456c324d
3 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
# Copyright (C) 2009 OpenWrt.org
[ change = "$ACTION" -a regulatory.0 = "$DEVICENAME" ] && {
/sbin/crda
}