diff --git a/projects/ARCTIC_MC/options b/projects/ARCTIC_MC/options index eba3a2b343..3d669dbe79 100755 --- a/projects/ARCTIC_MC/options +++ b/projects/ARCTIC_MC/options @@ -326,6 +326,12 @@ # OEM packages for OEM's (yes / no) OEM_SUPPORT="yes" +# build and install nano text editor (yes / no) + NANO_EDITOR="yes" + +# cron support (yes / no) + CRON_SUPPORT="yes" + # Coreboot support (yes / no) COREBOOT="no"