]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Blacklist matroxfb.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 19 Jun 2010 11:51:55 +0000 (13:51 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 19 Jun 2010 11:51:55 +0000 (13:51 +0200)
lfs/linux

index 68e7df44f7a1dffff50301d7aca517e4e1d64822..49a079488ab5f492e76e780c27786e4305fa1332 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -189,6 +189,8 @@ endif
 #      rm -rvf /lib/modules/$(VER)-$(VERSUFIX)/kernel/drivers/isdn/hardware/mISDN
 
 ifneq "$(XEN)" "1"
+       # Blacklist matroxfb_base
+       echo "blacklist matroxfb_base >> /etc/modprobe.d/framebuffer
        # Blacklist old framebuffer modules
        for f in $$(find /lib/modules/$(VER)-$(VERSUFIX)/kernel/drivers/video -name *fb.ko); do \
                echo "blacklist $$(basename $$f)" >> /etc/modprobe.d/framebuffer ; \