projects/Nvidia-Legacy: strip unneded GPU drivers from config and kernel config

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-05-05 14:02:26 +02:00
parent a0ca9658d0
commit 1550c5bd40
2 changed files with 8 additions and 54 deletions

File diff suppressed because one or more lines are too long

View File

@ -100,7 +100,9 @@
ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS mt7601u"
# Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia)
GRAPHIC_DRIVERS="i915 nvidia-legacy"
# Space separated list is supported,
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia"
GRAPHIC_DRIVERS="nvidia-legacy"
# set the addon dirs (use Generic project add-ons)
ADDON_PATH="$ADDON_VERSION/Generic/$TARGET_ARCH"