From: Arne Fitzenreiter Date: Wed, 16 Jun 2010 22:08:22 +0000 (+0200) Subject: Blacklist als new drm framebuffer modules. X-Git-Tag: v2.9-beta1~225 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=aa1dd87807c51d381351a24d84137f99f5cb0b90 Blacklist als new drm framebuffer modules. --- diff --git a/lfs/linux b/lfs/linux index 91b2968c93..34bddd8bc9 100644 --- a/lfs/linux +++ b/lfs/linux @@ -189,10 +189,15 @@ endif # rm -rvf /lib/modules/$(VER)-$(VERSUFIX)/kernel/drivers/isdn/hardware/mISDN ifneq "$(XEN)" "1" - # Blacklist all framebuffer modules + # 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 ; \ done + # Blacklist new drm framebuffer modules + for f in $$(ls -1 /lib/modules/$(VER)-$(VERSUFIX)/kernel/drivers/gpu/drm/*/*.ko); do \ + echo "blacklist $$(basename $$f)" >> /etc/modprobe.d/framebuffer ; \ + done + endif @rm -rf $(DIR_SRC)/patch-o-matic* $(DIR_SRC)/iptables* $(DIR_SRC)/squashfs* $(DIR_SRC)/netfilter-layer7-*