summaryrefslogtreecommitdiffstats
path: root/configs/arm_juno_defconfig
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-15 22:15:13 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-15 22:34:08 +0200
commit51ec1dc27e7d0bd47226f124d4791e9f6cd3cbcf (patch)
tree972c0e389e7e6d3e9bf3c6c28780321b0cd2d113 /configs/arm_juno_defconfig
parent95bf21910899dd0bcd7df6ecdff13914f7aa99ef (diff)
downloadbuildroot-51ec1dc27e7d0bd47226f124d4791e9f6cd3cbcf.tar.gz
buildroot-51ec1dc27e7d0bd47226f124d4791e9f6cd3cbcf.zip
configs/arm_juno: use official kernel tarball
Since commit 0924208839336f1a1bb29eb1a627005ba6b9065d ("configs/arm_juno: use 4.6 mainline kernel"), we're using a mainline kernel for the ARM Juno board. But we're still fetching it from a Git repository, which is not really efficient, so let's switch to use a tarball instead. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/arm_juno_defconfig')
-rw-r--r--configs/arm_juno_defconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/configs/arm_juno_defconfig b/configs/arm_juno_defconfig
index 8bc3a7ae82..811524ffba 100644
--- a/configs/arm_juno_defconfig
+++ b/configs/arm_juno_defconfig
@@ -3,9 +3,8 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_6=y
BR2_TARGET_GENERIC_HOSTNAME="juno-buildroot"
BR2_TARGET_GENERIC_ISSUE="Welcome to SNPS Juno by Buildroot"
BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_GIT=y
-BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v4.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.6"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/arm/juno/linux-juno-defconfig"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
OpenPOWER on IntegriCloud