projects/RPi/options: update options file

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-02-17 03:05:03 +01:00
parent 4c191874e4
commit 350fa38ca2

View File

@ -107,6 +107,9 @@
# use linux-next (latest rc) instead latest released version # use linux-next (latest rc) instead latest released version
LINUX_NEXT="no" LINUX_NEXT="no"
# SquashFS compression method (gzip / lzo / xz)
SQUASHFS_COMPRESSION="lzo"
# Mediacenter to use (xbmc / no) # Mediacenter to use (xbmc / no)
if [ "$PROJECT" = RPi ]; then if [ "$PROJECT" = RPi ]; then
MEDIACENTER="xbmc-rpi" MEDIACENTER="xbmc-rpi"