AE for cloud, add description for vendor (#8299)
* AE for cloud, add description for vendor * fixes
This commit is contained in:
parent
b39b03b5a5
commit
e9b20c3ed5
@ -233,14 +233,17 @@ function interactive_config_ask_branch() {
|
||||
description="Recommended. Usually an LTS kernel"
|
||||
;;
|
||||
legacy)
|
||||
description="Old stable / Legacy / Vendor kernel"
|
||||
description="Old stable / Legacy kernel"
|
||||
;;
|
||||
edge)
|
||||
description="Bleeding edge / latest possible"
|
||||
;;
|
||||
cloud)
|
||||
description="Cloud optimised minimal LTS kernel"
|
||||
description="Cloud optimized minimal LTS kernel"
|
||||
;;
|
||||
vendor)
|
||||
description="Vendor BSP kernel"
|
||||
;;
|
||||
*)
|
||||
description="Experimental ${one_kernel_target} kernel / for Developers"
|
||||
;;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user