From c1cad68fd67f98180e33c7f438f707acad265b5d Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 30 Apr 2015 10:09:41 +0200 Subject: [PATCH] distributions/OpenELEC/options: cleanup Signed-off-by: Stephan Raue --- distributions/OpenELEC/options | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/distributions/OpenELEC/options b/distributions/OpenELEC/options index 7497cb103d..fcf0a2fd94 100644 --- a/distributions/OpenELEC/options +++ b/distributions/OpenELEC/options @@ -121,9 +121,7 @@ # Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia) # Space separated list is supported, # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia" - if [ "$TARGET_ARCH" = "x86_64" ]; then - GRAPHIC_DRIVERS="r300 r600 radeonsi i915 i965 nvidia" - fi + GRAPHIC_DRIVERS="r300 r600 radeonsi i915 i965 nvidia" # build and install remote support (yes / no) REMOTE_SUPPORT="yes"