From 8bde955b938e78abdd3ee6b2296d4f9286163139 Mon Sep 17 00:00:00 2001 From: NADAL Jean-Baptiste Date: Wed, 29 Mar 2017 23:40:23 +0200 Subject: [PATCH] Fix kernel tags. --- projects/pi3_domo/configs/buildroot.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/pi3_domo/configs/buildroot.config b/projects/pi3_domo/configs/buildroot.config index 20cf53a1..60cf07c8 100644 --- a/projects/pi3_domo/configs/buildroot.config +++ b/projects/pi3_domo/configs/buildroot.config @@ -368,7 +368,7 @@ BR2_LINUX_KERNEL_CUSTOM_GIT=y # BR2_LINUX_KERNEL_CUSTOM_HG is not set # BR2_LINUX_KERNEL_CUSTOM_SVN is not set BR2_LINUX_KERNEL_CUSTOM_REPO_URL="ssh://git@serveur.nadal-fr.com:5023/PI/linux.git" -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="4_4_43" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="tags/4_4_43" BR2_LINUX_KERNEL_VERSION="4_4_43" BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL)/patches/linux/rpi/" # BR2_LINUX_KERNEL_USE_DEFCONFIG is not set