mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
AE for cloud, add description for vendor (#8299)
* AE for cloud, add description for vendor * fixes
This commit is contained in:
@@ -233,13 +233,16 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user