mk_mmc.sh: wire in lts54

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
master
Robert Nelson 5 years ago
parent 9e42b33054
commit 9924741b26

@ -1,6 +1,6 @@
#!/bin/bash -e #!/bin/bash -e
# #
# Copyright (c) 2009-2019 Robert Nelson <robertcnelson@gmail.com> # Copyright (c) 2009-2020 Robert Nelson <robertcnelson@gmail.com>
# #
# Permission is hereby granted, free of charge, to any person obtaining a copy # Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal # of this software and associated documentation files (the "Software"), to deal
@ -218,6 +218,10 @@ dl_kernel_image () {
kernel_repo="LTS419" kernel_repo="LTS419"
kernel_selected="true" kernel_selected="true"
fi fi
if [ "x${cmd_LTS54_KERNEL}" = "xenable" ] ; then
kernel_repo="LTS54"
kernel_selected="true"
fi
if [ "x${cmd_STABLE_KERNEL}" = "xenable" ] && [ "x${kernel_selected}" = "x" ] ; then if [ "x${cmd_STABLE_KERNEL}" = "xenable" ] && [ "x${kernel_selected}" = "x" ] ; then
kernel_repo="STABLE" kernel_repo="STABLE"
kernel_selected="true" kernel_selected="true"

Loading…
Cancel
Save