- make building and installing of remote support optional (default enabled, setup via /projects/*/options)
This commit is contained in:
Stephan Raue 2010-06-09 06:28:20 +02:00
parent c73c052d16
commit 8ec9e61b2f
4 changed files with 10 additions and 1 deletions

View File

@ -103,7 +103,7 @@ fi
# other programs needed to run # other programs needed to run
$SCRIPTS/install alsa $SCRIPTS/install alsa
$SCRIPTS/install remote [ "$REMOTE_SUPPORT" = yes ] && $SCRIPTS/install remote
[ ! "$LCD_DRIVER" = none ] && $SCRIPTS/install lcdproc [ ! "$LCD_DRIVER" = none ] && $SCRIPTS/install lcdproc
[ "$SENSOR_SUPPORT" = yes ] && $SCRIPTS/install lm_sensors [ "$SENSOR_SUPPORT" = yes ] && $SCRIPTS/install lm_sensors
[ "$UPDATE_SUPPORT" = yes ] && $SCRIPTS/install autoupdate [ "$UPDATE_SUPPORT" = yes ] && $SCRIPTS/install autoupdate

View File

@ -121,6 +121,9 @@
# (needs Kernelsupport for Broadcom Decoder Card and a supported card) # (needs Kernelsupport for Broadcom Decoder Card and a supported card)
CRYSTALHD="no" CRYSTALHD="no"
# build and install remote support (yes / no)
REMOTE_SUPPORT="yes"
# Remote to Use (pctv/logitech/hauppauge/realmagic/creative/leadtek/ # Remote to Use (pctv/logitech/hauppauge/realmagic/creative/leadtek/
# leadtek-pvr2000/RM-S6/RX-V850/animax/askey/avermedia/packard_bell/atiusb/ # leadtek-pvr2000/RM-S6/RX-V850/animax/askey/avermedia/packard_bell/atiusb/
# atiusb2/LG/D-10/digimatrix/mceusb/streamzap/cinergy1400/nova-s-plus/twinhan/ # atiusb2/LG/D-10/digimatrix/mceusb/streamzap/cinergy1400/nova-s-plus/twinhan/

View File

@ -121,6 +121,9 @@
# (needs Kernelsupport for Broadcom Decoder Card and a supported card) # (needs Kernelsupport for Broadcom Decoder Card and a supported card)
CRYSTALHD="no" CRYSTALHD="no"
# build and install remote support (yes / no)
REMOTE_SUPPORT="yes"
# Remote to Use (pctv/logitech/hauppauge/realmagic/creative/leadtek/ # Remote to Use (pctv/logitech/hauppauge/realmagic/creative/leadtek/
# leadtek-pvr2000/RM-S6/RX-V850/animax/askey/avermedia/packard_bell/atiusb/ # leadtek-pvr2000/RM-S6/RX-V850/animax/askey/avermedia/packard_bell/atiusb/
# atiusb2/LG/D-10/digimatrix/mceusb/streamzap/cinergy1400/nova-s-plus/twinhan/ # atiusb2/LG/D-10/digimatrix/mceusb/streamzap/cinergy1400/nova-s-plus/twinhan/

View File

@ -121,6 +121,9 @@
# (needs Kernelsupport for Broadcom Decoder Card and a supported card) # (needs Kernelsupport for Broadcom Decoder Card and a supported card)
CRYSTALHD="no" CRYSTALHD="no"
# build and install remote support (yes / no)
REMOTE_SUPPORT="yes"
# Remote to Use (pctv/logitech/hauppauge/realmagic/creative/leadtek/ # Remote to Use (pctv/logitech/hauppauge/realmagic/creative/leadtek/
# leadtek-pvr2000/RM-S6/RX-V850/animax/askey/avermedia/packard_bell/atiusb/ # leadtek-pvr2000/RM-S6/RX-V850/animax/askey/avermedia/packard_bell/atiusb/
# atiusb2/LG/D-10/digimatrix/mceusb/streamzap/cinergy1400/nova-s-plus/twinhan/ # atiusb2/LG/D-10/digimatrix/mceusb/streamzap/cinergy1400/nova-s-plus/twinhan/