mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 20:56:33 +00:00
u-boot: remove option to configure download site
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f7995aa066
commit
dac82dbe7a
@ -33,10 +33,6 @@ config BR2_UBOOT_VERSION
|
|||||||
default "2009.11" if BR2_TARGET_UBOOT_2009_11
|
default "2009.11" if BR2_TARGET_UBOOT_2009_11
|
||||||
default "2009.08" if BR2_TARGET_UBOOT_2009_08
|
default "2009.08" if BR2_TARGET_UBOOT_2009_08
|
||||||
|
|
||||||
config BR2_U_BOOT_SITE
|
|
||||||
string
|
|
||||||
default "ftp://ftp.denx.de/pub/u-boot"
|
|
||||||
|
|
||||||
source "target/device/Config.in.u-boot"
|
source "target/device/Config.in.u-boot"
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_CUSTOM_PATCH
|
config BR2_TARGET_UBOOT_CUSTOM_PATCH
|
||||||
|
@ -7,7 +7,7 @@ U_BOOT_VERSION:=$(call qstrip,$(BR2_UBOOT_VERSION))
|
|||||||
|
|
||||||
U_BOOT_SOURCE:=u-boot-$(U_BOOT_VERSION).tar.bz2
|
U_BOOT_SOURCE:=u-boot-$(U_BOOT_VERSION).tar.bz2
|
||||||
|
|
||||||
U_BOOT_SITE:=$(call qstrip,$(BR2_U_BOOT_SITE))
|
U_BOOT_SITE:=ftp://ftp.denx.de/pub/u-boot
|
||||||
U_BOOT_DIR:=$(BUILD_DIR)/u-boot-$(U_BOOT_VERSION)
|
U_BOOT_DIR:=$(BUILD_DIR)/u-boot-$(U_BOOT_VERSION)
|
||||||
U_BOOT_PATCH_DIR:=$(BUILD_DIR)/u-boot-$(U_BOOT_VERSION)-patches
|
U_BOOT_PATCH_DIR:=$(BUILD_DIR)/u-boot-$(U_BOOT_VERSION)-patches
|
||||||
U_BOOT_CAT:=$(BZCAT)
|
U_BOOT_CAT:=$(BZCAT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user