Bugfix - remove pointing to non-existing station kernel config
This commit is contained in:
parent
96dd55548e
commit
033f8044aa
@ -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"
|
||||
;;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user