mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
remote: make LIRC support optional, disable LIRC for now, enable eventlircd
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0636049ab9
commit
636de7824c
@ -2,8 +2,9 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install lirc
|
||||
[ "$LIRC_SUPPORT" = "yes" ] && $SCRIPTS/install lirc
|
||||
$SCRIPTS/install irserver
|
||||
$SCRIPTS/install eventlircd
|
||||
|
||||
mkdir -p $INSTALL/usr/config
|
||||
cp $PKG_DIR/config/*.conf $INSTALL/usr/config
|
||||
cp $PKG_DIR/config/*.conf $INSTALL/usr/config
|
@ -136,6 +136,9 @@
|
||||
# build and install remote support (yes / no)
|
||||
REMOTE_SUPPORT="yes"
|
||||
|
||||
# build and install LIRC support (yes / no)
|
||||
LIRC_SUPPORT="no"
|
||||
|
||||
# Remote to Use (pctv/logitech/hauppauge/realmagic/creative/leadtek/
|
||||
# leadtek-pvr2000/RM-S6/RX-V850/animax/askey/avermedia/packard_bell/atiusb/
|
||||
# atiusb2/LG/D-10/digimatrix/mceusb/streamzap/cinergy1400/nova-s-plus/twinhan/
|
||||
|
@ -136,6 +136,9 @@
|
||||
# build and install remote support (yes / no)
|
||||
REMOTE_SUPPORT="yes"
|
||||
|
||||
# build and install LIRC support (yes / no)
|
||||
LIRC_SUPPORT="no"
|
||||
|
||||
# Remote to Use (pctv/logitech/hauppauge/realmagic/creative/leadtek/
|
||||
# leadtek-pvr2000/RM-S6/RX-V850/animax/askey/avermedia/packard_bell/atiusb/
|
||||
# atiusb2/LG/D-10/digimatrix/mceusb/streamzap/cinergy1400/nova-s-plus/twinhan/
|
||||
|
@ -136,6 +136,9 @@
|
||||
# build and install remote support (yes / no)
|
||||
REMOTE_SUPPORT="yes"
|
||||
|
||||
# build and install LIRC support (yes / no)
|
||||
LIRC_SUPPORT="no"
|
||||
|
||||
# Remote to Use (pctv/logitech/hauppauge/realmagic/creative/leadtek/
|
||||
# leadtek-pvr2000/RM-S6/RX-V850/animax/askey/avermedia/packard_bell/atiusb/
|
||||
# atiusb2/LG/D-10/digimatrix/mceusb/streamzap/cinergy1400/nova-s-plus/twinhan/
|
||||
|
Loading…
x
Reference in New Issue
Block a user