From efd3bf758ffce03eef0fb7c36a5e8628b9b72677 Mon Sep 17 00:00:00 2001 From: jow Date: Sun, 8 May 2011 10:39:58 +0000 Subject: [PATCH 1/1] [backfire] backport r26807 git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26850 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/hotplug2/Makefile | 2 +- package/hotplug2/files/hotplug2.rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/hotplug2/Makefile b/package/hotplug2/Makefile index 898ec3073..9eb574e4c 100644 --- a/package/hotplug2/Makefile +++ b/package/hotplug2/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hotplug2 PKG_REV:=201 PKG_VERSION:=$(PKG_REV) -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_PROTO:=svn PKG_SOURCE_VERSION:=$(PKG_REV) diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules index 980065898..bc79c4890 100644 --- a/package/hotplug2/files/hotplug2.rules +++ b/package/hotplug2/files/hotplug2.rules @@ -1,6 +1,6 @@ $include /etc/hotplug2-common.rules -SUBSYSTEM ~~ (net|input|button|usb|platform|ieee1394|block|atm) { +SUBSYSTEM ~~ (net|input|button|usb|platform|ieee1394|block|atm|tty) { exec /sbin/hotplug-call %SUBSYSTEM% } -- 2.35.1