mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
lirc: dont install udev rules
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
752be7b31a
commit
2f8be25eab
@ -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"
|
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user