mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
projects/intel:
- cleanup options file
This commit is contained in:
parent
03a5913092
commit
beb9e9d1f1
@ -8,19 +8,19 @@
|
|||||||
# Root password to integrate in the target system
|
# Root password to integrate in the target system
|
||||||
ROOT_PASSWORD="openelec"
|
ROOT_PASSWORD="openelec"
|
||||||
|
|
||||||
# build with static busybox (this makes kernel smaller if
|
# Timezone to use (empty disables timezone support)
|
||||||
# only busybox exists in initramfs) (yes /no )
|
# use a TZ environment string
|
||||||
BUSYBOX_STATIC=yes
|
TIMEZONE=
|
||||||
|
|
||||||
# Mediacenter to use (enna / moovida / mythtv / no)
|
# Skins to install (Vision2)
|
||||||
MEDIACENTER=moovida
|
SKINS=Vision2
|
||||||
|
|
||||||
# build with plymouth graphical boot (yes / no)
|
|
||||||
PLYMOUTH=yes
|
|
||||||
|
|
||||||
# build with network support (yes / no)
|
# build with network support (yes / no)
|
||||||
NETWORK=yes
|
NETWORK=yes
|
||||||
|
|
||||||
|
# build and install Samba Server (yes / no)
|
||||||
|
SAMBA_SERVER=yes
|
||||||
|
|
||||||
# Displayserver to use (wayland / xorg-server / no)
|
# Displayserver to use (wayland / xorg-server / no)
|
||||||
DISPLAYSERVER=xorg-server
|
DISPLAYSERVER=xorg-server
|
||||||
|
|
||||||
@ -29,6 +29,17 @@
|
|||||||
# e.g. GRAPHIC_DRIVERS="i915 i965 radeon nouveau"
|
# e.g. GRAPHIC_DRIVERS="i915 i965 radeon nouveau"
|
||||||
GRAPHIC_DRIVERS="i965"
|
GRAPHIC_DRIVERS="i965"
|
||||||
|
|
||||||
|
# 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/
|
||||||
|
# tosh-vt76f/flytv-prime/Medion-X10/imonknob/ultrax/dvico/MCE-X10)
|
||||||
|
REMOTE=mceusb
|
||||||
|
|
||||||
|
# Remote receiver to use (animax/askey/avermedia/atiusb/atiusb2/creative/
|
||||||
|
# hauppauge/homemade/irman/leadtek/leadtek-pvr2000/logitech/pctv/realmagic/
|
||||||
|
# digimatrix/mceusb/mceusb2/streamzap/cx88/imonknob/ultrax/dvico/MCE-X10)
|
||||||
|
RECEIVER=mceusb
|
||||||
|
|
||||||
# MESA to use (Mesa / Mesa-master)
|
# MESA to use (Mesa / Mesa-master)
|
||||||
MESA=Mesa-master
|
MESA=Mesa-master
|
||||||
|
|
||||||
@ -44,14 +55,16 @@
|
|||||||
# Coreboot support (yes / no)
|
# Coreboot support (yes / no)
|
||||||
COREBOOT=no
|
COREBOOT=no
|
||||||
|
|
||||||
|
# Debug?
|
||||||
|
DEBUG=no
|
||||||
|
|
||||||
|
# System config dir for target
|
||||||
|
TARGET_SYSCONFDIR=/usr/etc
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## Do not change anything below this line
|
## Do not change anything below this line
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
# if [ "$PLYMOUTH" = "yes" ]; then
|
|
||||||
# BUSYBOX_STATIC=no
|
|
||||||
# fi
|
|
||||||
|
|
||||||
if [ "$DISPLAYSERVER" = xorg-server ]; then
|
if [ "$DISPLAYSERVER" = xorg-server ]; then
|
||||||
CAIRO=cairo
|
CAIRO=cairo
|
||||||
elif [ "$DISPLAYSERVER" = wayland ]; then
|
elif [ "$DISPLAYSERVER" = wayland ]; then
|
||||||
@ -67,6 +80,10 @@ if [ "$MEDIACENTER" = enna ]; then
|
|||||||
MESA_GLU=yes
|
MESA_GLU=yes
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$MEDIACENTER" = xbmc ]; then
|
||||||
|
MESA_GLU=yes
|
||||||
|
fi
|
||||||
|
|
||||||
get_graphicdrivers() {
|
get_graphicdrivers() {
|
||||||
if [ "$GRAPHIC_DRIVERS" = all ]; then
|
if [ "$GRAPHIC_DRIVERS" = all ]; then
|
||||||
GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeon nouveau"
|
GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeon nouveau"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user