mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
xbmc-frodo: update to xbmc-frodo-303712, add optional PVR support (untested)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
# Name of the Distro to build (full name, without special charcters)
|
||||
if [ "$XBMC" = frodo ]; then
|
||||
DISTRONAME="OpenELEC_frodo"
|
||||
elif [ "$PVR" = yes ]; then
|
||||
DISTRONAME="OpenELEC_PVR"
|
||||
else
|
||||
DISTRONAME="OpenELEC"
|
||||
fi
|
||||
|
||||
if [ "$PVR" = yes ]; then
|
||||
DISTRONAME="${DISTRONAME}_PVR"
|
||||
fi
|
||||
|
||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||
GREETING0="##############################################"
|
||||
GREETING1="# OpenELEC - The living room PC for everyone #"
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
# Name of the Distro to build (full name, without special charcters)
|
||||
if [ "$XBMC" = frodo ]; then
|
||||
DISTRONAME="OpenELEC_frodo"
|
||||
elif [ "$PVR" = yes ]; then
|
||||
DISTRONAME="OpenELEC_PVR"
|
||||
else
|
||||
DISTRONAME="OpenELEC"
|
||||
fi
|
||||
|
||||
if [ "$PVR" = yes ]; then
|
||||
DISTRONAME="${DISTRONAME}_PVR"
|
||||
fi
|
||||
|
||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||
GREETING0="##############################################"
|
||||
GREETING1="# OpenELEC - The living room PC for everyone #"
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
# Name of the Distro to build (full name, without special charcters)
|
||||
if [ "$XBMC" = frodo ]; then
|
||||
DISTRONAME="OpenELEC_frodo"
|
||||
elif [ "$PVR" = yes ]; then
|
||||
DISTRONAME="OpenELEC_PVR"
|
||||
else
|
||||
DISTRONAME="OpenELEC"
|
||||
fi
|
||||
|
||||
if [ "$PVR" = yes ]; then
|
||||
DISTRONAME="${DISTRONAME}_PVR"
|
||||
fi
|
||||
|
||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||
GREETING0="##############################################"
|
||||
GREETING1="# OpenELEC - The living room PC for everyone #"
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
# Name of the Distro to build (full name, without special charcters)
|
||||
if [ "$XBMC" = frodo ]; then
|
||||
DISTRONAME="OpenELEC_frodo"
|
||||
elif [ "$PVR" = yes ]; then
|
||||
DISTRONAME="OpenELEC_PVR"
|
||||
else
|
||||
DISTRONAME="OpenELEC"
|
||||
fi
|
||||
|
||||
if [ "$PVR" = yes ]; then
|
||||
DISTRONAME="${DISTRONAME}_PVR"
|
||||
fi
|
||||
|
||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||
GREETING0="##############################################"
|
||||
GREETING1="# OpenELEC - The living room PC for everyone #"
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
# Name of the Distro to build (full name, without special charcters)
|
||||
if [ "$XBMC" = frodo ]; then
|
||||
DISTRONAME="OpenELEC_frodo"
|
||||
elif [ "$PVR" = yes ]; then
|
||||
DISTRONAME="OpenELEC_PVR"
|
||||
else
|
||||
DISTRONAME="OpenELEC"
|
||||
fi
|
||||
|
||||
if [ "$PVR" = yes ]; then
|
||||
DISTRONAME="${DISTRONAME}_PVR"
|
||||
fi
|
||||
|
||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||
GREETING0="##############################################"
|
||||
GREETING1="# OpenELEC - The living room PC for everyone #"
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
# Name of the Distro to build (full name, without special charcters)
|
||||
if [ "$XBMC" = frodo ]; then
|
||||
DISTRONAME="OpenELEC_frodo"
|
||||
elif [ "$PVR" = yes ]; then
|
||||
DISTRONAME="OpenELEC_PVR"
|
||||
else
|
||||
DISTRONAME="OpenELEC"
|
||||
fi
|
||||
|
||||
if [ "$PVR" = yes ]; then
|
||||
DISTRONAME="${DISTRONAME}_PVR"
|
||||
fi
|
||||
|
||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||
GREETING0="##############################################"
|
||||
GREETING1="# OpenELEC - The living room PC for everyone #"
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
# Name of the Distro to build (full name, without special charcters)
|
||||
if [ "$XBMC" = frodo ]; then
|
||||
DISTRONAME="OpenELEC_frodo"
|
||||
elif [ "$PVR" = yes ]; then
|
||||
DISTRONAME="OpenELEC_PVR"
|
||||
else
|
||||
DISTRONAME="OpenELEC"
|
||||
fi
|
||||
|
||||
if [ "$PVR" = yes ]; then
|
||||
DISTRONAME="${DISTRONAME}_PVR"
|
||||
fi
|
||||
|
||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||
GREETING0="##############################################"
|
||||
GREETING1="# OpenELEC - The living room PC for everyone #"
|
||||
@@ -103,7 +105,8 @@
|
||||
# Kernel to use. values can be:
|
||||
# default: default mainline kernel
|
||||
# ti-omap4: Ti's OMAP4 kernel
|
||||
LINUX="3.1.10"
|
||||
# LINUX="3.1.10"
|
||||
LINUX="default"
|
||||
|
||||
# use linux-next (latest rc) instead latest released version
|
||||
LINUX_NEXT="no"
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
# Name of the Distro to build (full name, without special charcters)
|
||||
if [ "$XBMC" = frodo ]; then
|
||||
DISTRONAME="OpenELEC_frodo"
|
||||
elif [ "$PVR" = yes ]; then
|
||||
DISTRONAME="OpenELEC_PVR"
|
||||
else
|
||||
DISTRONAME="OpenELEC"
|
||||
fi
|
||||
|
||||
if [ "$PVR" = yes ]; then
|
||||
DISTRONAME="${DISTRONAME}_PVR"
|
||||
fi
|
||||
|
||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||
GREETING0="##############################################"
|
||||
GREETING1="# OpenELEC - The living room PC for everyone #"
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
# Name of the Distro to build (full name, without special charcters)
|
||||
if [ "$XBMC" = frodo ]; then
|
||||
DISTRONAME="OpenELEC_frodo"
|
||||
elif [ "$PVR" = yes ]; then
|
||||
DISTRONAME="OpenELEC_PVR"
|
||||
else
|
||||
DISTRONAME="OpenELEC"
|
||||
fi
|
||||
|
||||
if [ "$PVR" = yes ]; then
|
||||
DISTRONAME="${DISTRONAME}_PVR"
|
||||
fi
|
||||
|
||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||
GREETING0="##############################################"
|
||||
GREETING1="# OpenELEC - The living room PC for everyone #"
|
||||
|
||||
Reference in New Issue
Block a user