mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
linux: remove nouveau hack
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5efb34bec7
commit
006a2164ce
@ -52,11 +52,6 @@ sed -i -e "s|^CONFIG_INITRAMFS_SOURCE=.*$|CONFIG_INITRAMFS_SOURCE=\"$ROOT/$BUILD
|
|||||||
sed -i -e "s|^CONFIG_DEBUG_FS=.*$|# CONFIG_DEBUG_FS is not set|" $LINUX/.config
|
sed -i -e "s|^CONFIG_DEBUG_FS=.*$|# CONFIG_DEBUG_FS is not set|" $LINUX/.config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# prevent nouveau from building unless it is the active graphics driver
|
|
||||||
if [ "$GRAPHIC_DRIVERS" != "nouveau" ]; then
|
|
||||||
sed -i -e "s|^CONFIG_DRM_NOUVEAU=.*$|# CONFIG_DRM_NOUVEAU is not set|" $LINUX/.config
|
|
||||||
fi
|
|
||||||
|
|
||||||
# copy some extra firmware to linux tree
|
# copy some extra firmware to linux tree
|
||||||
cp -R $PKG_DIR/firmware/* $LINUX/firmware
|
cp -R $PKG_DIR/firmware/* $LINUX/firmware
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user