mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
network support should not be optional
This commit is contained in:
parent
d22c2dbb1b
commit
5353a4766f
@ -166,9 +166,6 @@
|
|||||||
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
|
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
|
||||||
ADDITIONAL_DRIVERS="RTL8192CU RTL8188EU dvbhdhomerun bcm_sta"
|
ADDITIONAL_DRIVERS="RTL8192CU RTL8188EU dvbhdhomerun bcm_sta"
|
||||||
|
|
||||||
# build with network support (yes / no)
|
|
||||||
NETWORK="yes"
|
|
||||||
|
|
||||||
# build and install bluetooth support (yes / no)
|
# build and install bluetooth support (yes / no)
|
||||||
BLUETOOTH_SUPPORT="yes"
|
BLUETOOTH_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -168,9 +168,6 @@
|
|||||||
# ADDITIONAL_DRIVERS="RTL8192CU RTL8188EU dvbhdhomerun"
|
# ADDITIONAL_DRIVERS="RTL8192CU RTL8188EU dvbhdhomerun"
|
||||||
ADDITIONAL_DRIVERS="RTL8188EU"
|
ADDITIONAL_DRIVERS="RTL8188EU"
|
||||||
|
|
||||||
# build with network support (yes / no)
|
|
||||||
NETWORK="yes"
|
|
||||||
|
|
||||||
# build and install bluetooth support (yes / no)
|
# build and install bluetooth support (yes / no)
|
||||||
BLUETOOTH_SUPPORT="no"
|
BLUETOOTH_SUPPORT="no"
|
||||||
|
|
||||||
|
@ -166,9 +166,6 @@
|
|||||||
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
|
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
|
||||||
ADDITIONAL_DRIVERS="RTL8192CU RTL8188EU dvbhdhomerun"
|
ADDITIONAL_DRIVERS="RTL8192CU RTL8188EU dvbhdhomerun"
|
||||||
|
|
||||||
# build with network support (yes / no)
|
|
||||||
NETWORK="yes"
|
|
||||||
|
|
||||||
# build and install bluetooth support (yes / no)
|
# build and install bluetooth support (yes / no)
|
||||||
BLUETOOTH_SUPPORT="yes"
|
BLUETOOTH_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -167,9 +167,6 @@
|
|||||||
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
|
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
|
||||||
ADDITIONAL_DRIVERS="RTL8192CU RTL8188EU dvbhdhomerun"
|
ADDITIONAL_DRIVERS="RTL8192CU RTL8188EU dvbhdhomerun"
|
||||||
|
|
||||||
# build with network support (yes / no)
|
|
||||||
NETWORK="yes"
|
|
||||||
|
|
||||||
# build and install bluetooth support (yes / no)
|
# build and install bluetooth support (yes / no)
|
||||||
BLUETOOTH_SUPPORT="yes"
|
BLUETOOTH_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -161,9 +161,6 @@
|
|||||||
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
|
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
|
||||||
ADDITIONAL_DRIVERS="vboxguest dvbhdhomerun"
|
ADDITIONAL_DRIVERS="vboxguest dvbhdhomerun"
|
||||||
|
|
||||||
# build with network support (yes / no)
|
|
||||||
NETWORK="yes"
|
|
||||||
|
|
||||||
# build and install bluetooth support (yes / no)
|
# build and install bluetooth support (yes / no)
|
||||||
BLUETOOTH_SUPPORT="yes"
|
BLUETOOTH_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -114,9 +114,7 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
|
|||||||
$SCRIPTS/install busybox
|
$SCRIPTS/install busybox
|
||||||
$SCRIPTS/install util-linux
|
$SCRIPTS/install util-linux
|
||||||
$SCRIPTS/install corefonts
|
$SCRIPTS/install corefonts
|
||||||
|
$SCRIPTS/install network
|
||||||
# Network support
|
|
||||||
[ "$NETWORK" = "yes" ] && $SCRIPTS/install network
|
|
||||||
|
|
||||||
# Graphic support
|
# Graphic support
|
||||||
[ ! "$DISPLAYSERVER" = "no" ] && $SCRIPTS/install $DISPLAYSERVER
|
[ ! "$DISPLAYSERVER" = "no" ] && $SCRIPTS/install $DISPLAYSERVER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user