Bugfix - remove pointing to non-existing station kernel config

This commit is contained in:
Igor Pecovnik 2021-09-09 09:11:51 +02:00
parent 96dd55548e
commit 033f8044aa
No known key found for this signature in database
GPG Key ID: 93D6889F9F0E78D5

View File

@ -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"
;;