[ar71xx] TL-WR941ND: add DSA device for the Marvell 88E6060 switch
[openwrt.git] / package / crda / files / hotplug.rule
1 #!/bin/sh
2 # Copyright (C) 2009 OpenWrt.org
3
4 [ change = "$ACTION" -a regulatory.0 = "$DEVICENAME" ] && {
5 /sbin/crda
6 }
This page took 0.043435 seconds and 5 git commands to generate.