diff --git a/projects/ION/options b/projects/ION/options index da77186183..c5d6b188a0 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -171,6 +171,9 @@ # Testpackages for development (yes / no) TESTING="no" +# OEM packages for OEM's (yes / no) + OEM_SUPPORT="no" + # Coreboot support (yes / no) COREBOOT="no" diff --git a/projects/generic/options b/projects/generic/options index 8da4a84a13..548241785d 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -171,6 +171,9 @@ # Testpackages for development (yes / no) TESTING="no" +# OEM packages for OEM's (yes / no) + OEM_SUPPORT="no" + # Coreboot support (yes / no) COREBOOT="no" diff --git a/projects/intel/options b/projects/intel/options index ba0bb6f890..c78c2db4e5 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -171,6 +171,9 @@ # Testpackages for development (yes / no) TESTING="no" +# OEM packages for OEM's (yes / no) + OEM_SUPPORT="yes" + # Coreboot support (yes / no) COREBOOT="no"