mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
image/install: add support for OEM packages
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f56144b573
commit
d0fd3e99f0
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user