From 887ad9540107ae00dab2994ebf5a2553e683a723 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 28 Jan 2009 20:03:04 +0000 Subject: [package] crda: new package (thanks to Hauke Mehrtens ) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14249 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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