From 033f8044aac4c5a37b9f24d62dace7f39f5eaf8a Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Thu, 9 Sep 2021 09:11:51 +0200 Subject: [PATCH] Bugfix - remove pointing to non-existing station kernel config --- config/sources/families/jetson-nano.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/sources/families/jetson-nano.conf b/config/sources/families/jetson-nano.conf index b8bd743133..7eab77d7d4 100644 --- a/config/sources/families/jetson-nano.conf +++ b/config/sources/families/jetson-nano.conf @@ -9,6 +9,7 @@ BOOTDIR='u-boot' UBOOT_TARGET_MAP=";;u-boot.bin" case $BRANCH in + legacy) KERNELDIR='linux-nano' KERNELSOURCE='https://github.com/150balbes/Jetson-Nano' @@ -16,12 +17,11 @@ case $BRANCH in EXTRAWIFI="no" BOOT_FDT_FILE="tegra210-p3448-0000-p3449-0000-a02.dtb" ;; + current) KERNELBRANCH="branch:linux-5.10.y" - KERNELPATCHDIR='station-'$BRANCH - LINUXFAMILY=station - LINUXCONFIG='linux-station-'$BRANCH ;; + edge) KERNELBRANCH="branch:linux-5.14.y" ;;