From: jow Date: Sun, 8 May 2011 10:39:58 +0000 (+0000) Subject: [backfire] backport r26807 X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=efd3bf758ffce03eef0fb7c36a5e8628b9b72677;hp=33e62bd5c5da1c9bcb6e462ed3e89e372c5df6fe [backfire] backport r26807 git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26850 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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% }