summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/kodi/kodi.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
index e812b5031d..e163c24018 100644
--- a/package/kodi/kodi.mk
+++ b/package/kodi/kodi.mk
@@ -47,14 +47,7 @@ endif
ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
KODI_DEPENDENCIES += rpi-userland
-# Kodi has specific configuration flags for RPi/RPi2. Configure for a
-# RPi2 when we're sure, fallback to RPi otherwise.
-ifeq ($(BR2_cortex_a7),y)
-KODI_CONF_OPTS += --with-platform=raspberry-pi2
-else
-KODI_CONF_OPTS += --with-platform=raspberry-pi
-endif
-KODI_CONF_OPTS += --enable-player=omxplayer
+KODI_CONF_OPTS += --with-platform=raspberry-pi --enable-player=omxplayer
KODI_CONF_ENV += INCLUDES="-I$(STAGING_DIR)/usr/include/interface/vcos/pthreads \
-I$(STAGING_DIR)/usr/include/interface/vmcs_host/linux" \
LIBS="-lvcos -lvchostif"
OpenPOWER on IntegriCloud