From: Jo-Philipp Wich Date: Sun, 8 May 2011 10:39:58 +0000 (+0000) Subject: backport r26807 X-Git-Tag: backfire_10.03.1~258 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=587dea311f63af067f8dee7e60c7bd7202ff34a6;p=openwrt%2Fsvn-archive%2Fopenwrt.git backport r26807 SVN-Revision: 26850 --- diff --git a/package/hotplug2/Makefile b/package/hotplug2/Makefile index 898ec30734..9eb574e4ce 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 9800658983..bc79c48902 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% }