X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Flinux;h=e49b8cc7965cdb8ab0a5065af1fd37f46fdfb843;hp=92f400976ecd9d98e58cb3c331a738b9f28ce11b;hb=050479e93e183f4c8ff2aa2069abf4d653be71d3;hpb=458c6b40f8d4fa3b014a81d86032af3e33a82d11 diff --git a/lfs/linux b/lfs/linux index 92f400976e..e49b8cc796 100644 --- a/lfs/linux +++ b/lfs/linux @@ -231,6 +231,9 @@ ifeq "$(LASTKERNEL)" "1" # Only do this once cd $(DIR_APP) && install -m 755 usr/gen_init_cpio /sbin/ + # disable drm by install drm to /bin/false because i915 ignore blacklisting + echo install drm /bin/false > /etc/modprobe.d/framebuffer.conf + # Blacklist old framebuffer modules for f in $$(find /lib/modules/$(VER)-$(VERSUFIX)/kernel/drivers/video/fbdev/ -name *.ko); do \ echo "blacklist $$(basename $$f)" >> /etc/modprobe.d/framebuffer.conf ; \