mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +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
|
[ "$TESTING" = yes ] && $SCRIPTS/install testing
|
||||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install debug
|
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install debug
|
||||||
|
|
||||||
|
# OEM packages
|
||||||
|
[ "$OEM_SUPPORT" = yes ] && $SCRIPTS/install oem
|
||||||
|
|
||||||
# setting
|
# setting
|
||||||
echo $TARGET_VERSION > $INSTALL/etc/release
|
echo $TARGET_VERSION > $INSTALL/etc/release
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user