This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via aa1dd87807c51d381351a24d84137f99f5cb0b90 (commit) from 19682056b02da8f3644cc5ce50065b720972658b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit aa1dd87807c51d381351a24d84137f99f5cb0b90 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Jun 17 00:08:22 2010 +0200
Blacklist als new drm framebuffer modules.
-----------------------------------------------------------------------
Summary of changes: lfs/linux | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-)
Difference in files: diff --git a/lfs/linux b/lfs/linux index 91b2968..34bddd8 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-*
hooks/post-receive -- IPFire 2.x development tree