lirc: dont install udev rules

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-09-30 21:21:56 +02:00
parent 752be7b31a
commit 2f8be25eab
2 changed files with 0 additions and 16 deletions

View File

@ -1,13 +0,0 @@
#
# udev rules to start lirc on module load
#
# contributed by Stephan Raue <stephan@openelec.tv>
#
ACTION!=="add|change", GOTO="remote_event_grp_end"
SUBSYSTEM!="input", GOTO="remote_event_grp_end"
KERNEL=="event[0-9]*", SUBSYSTEMS=="rc", RUN+="/usr/sbin/lircd --driver=devinput --device=/dev/input/%k /etc/lirc/lircd.conf.devinput"
KERNEL=="event[0-9]*", SUBSYSTEMS=="input", ENV{.INPUT_CLASS}=="ir", RUN+="/usr/sbin/lircd --driver=devinput --device=/dev/input/%k /etc/lirc/lircd.conf.devinput"
LABEL="remote_event_grp_end"

View File

@ -13,9 +13,6 @@ mkdir -p $INSTALL/etc/lirc
cp $PKG_BUILD/remotes/mceusb/lircd.conf.mceusb $INSTALL/etc/lirc
cp $PKG_BUILD/remotes/devinput/lircd.conf.devinput $INSTALL/etc/lirc
mkdir -p $INSTALL/lib/udev/rules.d
cp $PKG_DIR/config/*.rules $INSTALL/lib/udev/rules.d
if [ "$DEVTOOLS" = yes ]; then
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/tools/ircat $INSTALL/usr/bin # do we need this?