From 11456c324d3e2e5bb3b113fc94d94f93952f8d42 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 28 Jan 2009 20:03:04 +0000 Subject: crda: new package (thanks to Hauke Mehrtens ) SVN-Revision: 14249 --- package/crda/files/hotplug.rule | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 package/crda/files/hotplug.rule (limited to 'package/crda/files') diff --git a/package/crda/files/hotplug.rule b/package/crda/files/hotplug.rule new file mode 100644 index 0000000000..1ec033f46a --- /dev/null +++ b/package/crda/files/hotplug.rule @@ -0,0 +1,6 @@ +#!/bin/sh +# Copyright (C) 2009 OpenWrt.org + +[ change = "$ACTION" -a regulatory.0 = "$DEVICENAME" ] && { + /sbin/crda +} -- cgit v1.2.3