update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,18 @@
################################################################################
#
# nvidia-tegra23
#
################################################################################
NVIDIA_TEGRA23_VERSION = 16.5
ifeq ($(BR2_PACKAGE_NVIDIA_TEGRA23_TEGRA2),y)
NVIDIA_TEGRA23_SITE = http://developer.download.nvidia.com/mobile/tegra/l4t/r16.5.0/ventana_release_armhf
NVIDIA_TEGRA23_BASE = Tegra20_Linux
endif
ifeq ($(BR2_PACKAGE_NVIDIA_TEGRA23_TEGRA3),y)
NVIDIA_TEGRA23_SITE = http://developer.download.nvidia.com/mobile/tegra/l4t/r16.5.0/cardhu_release_armhf
NVIDIA_TEGRA23_BASE = Tegra30_Linux
endif
include $(sort $(wildcard package/nvidia-tegra23/*/*.mk))