diff --git a/projects/rpi_domo/configs/buildroot_defconfig b/projects/rpi_domo/configs/buildroot_defconfig index 22077ca1..5bc9d076 100644 --- a/projects/rpi_domo/configs/buildroot_defconfig +++ b/projects/rpi_domo/configs/buildroot_defconfig @@ -25,7 +25,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR_BOARD)/scripts/post-build.sh" BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR_BOARD)/scripts/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y -BR2_LINUX_KERNEL_CUSTOM_REPO_URL="ssh://git@git.nadal-fr.com:5023/PI/linux.git" +BR2_LINUX_KERNEL_CUSTOM_REPO_URL="ssh://git@git.nadal-fr.com:222/rpi/linux.git" BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="tags/4_14_95" BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL)/patches/linux/rpi" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y