1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 23:32:49 +02:00

[backfire] backport r26807

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26850 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-05-08 10:39:58 +00:00
parent 33e62bd5c5
commit efd3bf758f
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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%
}