mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Drop UBOOT_CONFIGFILE, it's never used
This commit is contained in:
parent
b66f07ff23
commit
997b403b4c
@ -104,9 +104,6 @@ show_config() {
|
|||||||
config_message="$config_message\n - OEM Support:\t\t\t\t $OEM_SUPPORT"
|
config_message="$config_message\n - OEM Support:\t\t\t\t $OEM_SUPPORT"
|
||||||
config_message="$config_message\n - Default ROOT Password:\t\t $ROOT_PASSWORD"
|
config_message="$config_message\n - Default ROOT Password:\t\t $ROOT_PASSWORD"
|
||||||
config_message="$config_message\n - Bootloader:\t\t\t\t $BOOTLOADER"
|
config_message="$config_message\n - Bootloader:\t\t\t\t $BOOTLOADER"
|
||||||
if [ "$BOOTLOADER" = "u-boot" ]; then
|
|
||||||
config_message="$config_message\n - U-Boot config file:\t\t $UBOOT_CONFIGFILE"
|
|
||||||
fi
|
|
||||||
config_message="$config_message\n - UDevil support:\t\t\t $UDEVIL"
|
config_message="$config_message\n - UDevil support:\t\t\t $UDEVIL"
|
||||||
config_message="$config_message\n - Installer support:\t\t\t $INSTALLER_SUPPORT"
|
config_message="$config_message\n - Installer support:\t\t\t $INSTALLER_SUPPORT"
|
||||||
for config_package in $ADDITIONAL_PACKAGES; do
|
for config_package in $ADDITIONAL_PACKAGES; do
|
||||||
|
@ -8,9 +8,6 @@
|
|||||||
# u-boot version to use (default)
|
# u-boot version to use (default)
|
||||||
UBOOT_VERSION="default"
|
UBOOT_VERSION="default"
|
||||||
|
|
||||||
# Target Configfile for u-boot
|
|
||||||
UBOOT_CONFIGFILE=""
|
|
||||||
|
|
||||||
# Kernel extra targets to build
|
# Kernel extra targets to build
|
||||||
KERNEL_UBOOT_EXTRA_TARGET=""
|
KERNEL_UBOOT_EXTRA_TARGET=""
|
||||||
|
|
||||||
|
@ -21,9 +21,6 @@
|
|||||||
# u-boot version to use (default)
|
# u-boot version to use (default)
|
||||||
UBOOT_VERSION="default"
|
UBOOT_VERSION="default"
|
||||||
|
|
||||||
# Target Configfile for u-boot
|
|
||||||
UBOOT_CONFIGFILE=""
|
|
||||||
|
|
||||||
# Kernel target
|
# Kernel target
|
||||||
KERNEL_TARGET="bzImage"
|
KERNEL_TARGET="bzImage"
|
||||||
|
|
||||||
|
@ -38,9 +38,6 @@
|
|||||||
# u-boot version to use (default)
|
# u-boot version to use (default)
|
||||||
UBOOT_VERSION="default"
|
UBOOT_VERSION="default"
|
||||||
|
|
||||||
# Target Configfile for u-boot
|
|
||||||
UBOOT_CONFIGFILE=""
|
|
||||||
|
|
||||||
# Kernel target
|
# Kernel target
|
||||||
KERNEL_TARGET="zImage"
|
KERNEL_TARGET="zImage"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user