Allwinner: use H3 addons

This commit is contained in:
CvH 2020-03-09 21:08:31 +01:00
parent 3962fd8d05
commit d9cfc55adc
2 changed files with 2 additions and 4 deletions

View File

@ -45,7 +45,3 @@
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap) # KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
KODIPLAYER_DRIVER="$OPENGLES" KODIPLAYER_DRIVER="$OPENGLES"
# set the addon dirs
ADDON_PATH="$ADDON_VERSION/H3/$TARGET_ARCH"
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"

View File

@ -62,3 +62,5 @@
# debug tty path # debug tty path
DEBUG_TTY="/dev/console" DEBUG_TTY="/dev/console"
# set the addon project
ADDON_PROJECT="H3"