projects/*/options: add variable to en/disable OEM support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-25 16:00:43 +02:00
parent 6b9e5a7aa2
commit eb2a25acf9
3 changed files with 9 additions and 0 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"