update kernel path

This commit is contained in:
2019-04-10 22:58:28 +02:00
parent a1e68d882f
commit 1a52cb17cc

View File

@@ -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_ROOTFS_POST_IMAGE_SCRIPT="$(BR_BOARD)/scripts/post-image.sh"
BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=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_CUSTOM_REPO_VERSION="tags/4_14_95"
BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL)/patches/linux/rpi" BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL)/patches/linux/rpi"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y