mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
remove update support
This commit is contained in:
parent
f899c3f704
commit
ce513577b8
@ -341,7 +341,6 @@ if [ "$BOOTLOADER" = "u-boot" ]; then
|
|||||||
fi
|
fi
|
||||||
config_message="$config_message\n - UDisks support:\t\t\t $UDISKS"
|
config_message="$config_message\n - UDisks support:\t\t\t $UDISKS"
|
||||||
config_message="$config_message\n - UPower support:\t\t\t $UPOWER"
|
config_message="$config_message\n - UPower support:\t\t\t $UPOWER"
|
||||||
config_message="$config_message\n - Update support:\t\t\t $UPDATE_SUPPORT"
|
|
||||||
config_message="$config_message\n - Installer support:\t\t\t $INSTALLER_SUPPORT"
|
config_message="$config_message\n - Installer support:\t\t\t $INSTALLER_SUPPORT"
|
||||||
|
|
||||||
# Misc. Filesystems
|
# Misc. Filesystems
|
||||||
|
@ -314,9 +314,6 @@
|
|||||||
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
||||||
SWAPFILESIZE="262144"
|
SWAPFILESIZE="262144"
|
||||||
|
|
||||||
# build with automatic update support (yes / no)
|
|
||||||
UPDATE_SUPPORT="yes"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="yes"
|
INSTALLER_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -315,9 +315,6 @@
|
|||||||
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
||||||
SWAPFILESIZE="262144"
|
SWAPFILESIZE="262144"
|
||||||
|
|
||||||
# build with automatic update support (yes / no)
|
|
||||||
UPDATE_SUPPORT="yes"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
|
||||||
|
@ -314,9 +314,6 @@
|
|||||||
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
||||||
SWAPFILESIZE="262144"
|
SWAPFILESIZE="262144"
|
||||||
|
|
||||||
# build with automatic update support (yes / no)
|
|
||||||
UPDATE_SUPPORT="yes"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="yes"
|
INSTALLER_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -314,9 +314,6 @@
|
|||||||
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
||||||
SWAPFILESIZE="262144"
|
SWAPFILESIZE="262144"
|
||||||
|
|
||||||
# build with automatic update support (yes / no)
|
|
||||||
UPDATE_SUPPORT="yes"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="yes"
|
INSTALLER_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -314,9 +314,6 @@
|
|||||||
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
||||||
SWAPFILESIZE="262144"
|
SWAPFILESIZE="262144"
|
||||||
|
|
||||||
# build with automatic update support (yes / no)
|
|
||||||
UPDATE_SUPPORT="yes"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="yes"
|
INSTALLER_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -314,9 +314,6 @@
|
|||||||
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
||||||
SWAPFILESIZE="262144"
|
SWAPFILESIZE="262144"
|
||||||
|
|
||||||
# build with automatic update support (yes / no)
|
|
||||||
UPDATE_SUPPORT="yes"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="yes"
|
INSTALLER_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -314,9 +314,6 @@
|
|||||||
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
||||||
SWAPFILESIZE="262144"
|
SWAPFILESIZE="262144"
|
||||||
|
|
||||||
# build with automatic update support (yes / no)
|
|
||||||
UPDATE_SUPPORT="yes"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="yes"
|
INSTALLER_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -314,9 +314,6 @@
|
|||||||
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
||||||
SWAPFILESIZE="131072"
|
SWAPFILESIZE="131072"
|
||||||
|
|
||||||
# build with automatic update support (yes / no)
|
|
||||||
UPDATE_SUPPORT="yes"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
|
||||||
|
@ -314,9 +314,6 @@
|
|||||||
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
||||||
SWAPFILESIZE="262144"
|
SWAPFILESIZE="262144"
|
||||||
|
|
||||||
# build with automatic update support (yes / no)
|
|
||||||
UPDATE_SUPPORT="yes"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="yes"
|
INSTALLER_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -309,9 +309,6 @@
|
|||||||
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
# swapfile size if SWAP_SUPPORT=yes in kB (example: 262144 = 256MB )
|
||||||
SWAPFILESIZE="262144"
|
SWAPFILESIZE="262144"
|
||||||
|
|
||||||
# build with automatic update support (yes / no)
|
|
||||||
UPDATE_SUPPORT="yes"
|
|
||||||
|
|
||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="yes"
|
INSTALLER_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -141,9 +141,6 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
|
|||||||
# Sensors support
|
# Sensors support
|
||||||
[ "$SENSOR_SUPPORT" = "yes" ] && $SCRIPTS/install lm_sensors
|
[ "$SENSOR_SUPPORT" = "yes" ] && $SCRIPTS/install lm_sensors
|
||||||
|
|
||||||
# Update support
|
|
||||||
[ "$UPDATE_SUPPORT" = "yes" ] && $SCRIPTS/install autoupdate
|
|
||||||
|
|
||||||
# Installer support
|
# Installer support
|
||||||
[ "$INSTALLER_SUPPORT" = "yes" ] && $SCRIPTS/install installer
|
[ "$INSTALLER_SUPPORT" = "yes" ] && $SCRIPTS/install installer
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user