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 030a57c5e89e0523faaf950d1cf594aaaaa886af (commit) from ed51f39bcadab76339c6731922a98822e26da3f4 (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 030a57c5e89e0523faaf950d1cf594aaaaa886af Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Jun 16 20:18:35 2010 +0200
Blacklist framebuffer modules.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/linux | 1 + lfs/linux | 7 +++++++ 2 files changed, 8 insertions(+), 0 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/linux b/config/rootfiles/common/linux index df6179c..bf979d3 100644 --- a/config/rootfiles/common/linux +++ b/config/rootfiles/common/linux @@ -3,6 +3,7 @@ boot/System.map-ipfire boot/config-KVER-ipfire boot/vmlinuz-KVER-ipfire boot/vmlinuz-ipfire +etc/modprobe.d/framebuffer #lib/firmware/keyspan/usa19qi.fw lib/modules/KVER-ipfire #lib/modules/KVER-ipfire/build diff --git a/lfs/linux b/lfs/linux index a4bf286..91b2968 100644 --- a/lfs/linux +++ b/lfs/linux @@ -188,5 +188,12 @@ endif # rm -rvf /lib/modules/$(VER)-$(VERSUFIX)/kernel/drivers/isdn/mISDN # rm -rvf /lib/modules/$(VER)-$(VERSUFIX)/kernel/drivers/isdn/hardware/mISDN
+ifneq "$(XEN)" "1" + # Blacklist all 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 +endif + @rm -rf $(DIR_SRC)/patch-o-matic* $(DIR_SRC)/iptables* $(DIR_SRC)/squashfs* $(DIR_SRC)/netfilter-layer7-* @$(POSTBUILD)
hooks/post-receive -- IPFire 2.x development tree