mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
UEFI: add cloud kernel under cloud branch
This commit is contained in:
@@ -196,6 +196,9 @@ function interactive_config_ask_branch() {
|
||||
"edge")
|
||||
options+=("edge" "Bleeding edge / latest possible")
|
||||
;;
|
||||
"cloud")
|
||||
options+=("cloud" "Cloud optimised minimal LTS kernel")
|
||||
;;
|
||||
*)
|
||||
options+=("${one_kernel_target}" "Experimental ${one_kernel_target} kernel / for Developers")
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user