image/install: add support for OEM packages

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-25 16:10:21 +02:00
parent f56144b573
commit d0fd3e99f0

View File

@ -106,6 +106,9 @@ case "$2" in
[ "$TESTING" = yes ] && $SCRIPTS/install testing
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install debug
# OEM packages
[ "$OEM_SUPPORT" = yes ] && $SCRIPTS/install oem
# setting
echo $TARGET_VERSION > $INSTALL/etc/release