]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/linux
Update isdn modul blacklisting.
[people/pmueller/ipfire-2.x.git] / lfs / linux
index 49a079488ab5f492e76e780c27786e4305fa1332..8e1c7021efc3f7335b2fe992b59f72766db7f197 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -190,7 +190,7 @@ endif
 
 ifneq "$(XEN)" "1"
        # Blacklist matroxfb_base
-       echo "blacklist matroxfb_base >> /etc/modprobe.d/framebuffer
+       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 ; \
@@ -200,6 +200,11 @@ ifneq "$(XEN)" "1"
                echo "blacklist $$(basename $$f)" >> /etc/modprobe.d/framebuffer ; \
        done
        sed -i -e "s|.ko||g" /etc/modprobe.d/framebuffer
+
+       # Blacklist isdn modules
+       for f in $$(find /lib/modules/$(VER)-$(VERSUFIX)/kernel/drivers/isdn -name *.ko); do \
+               echo "blacklist $$(basename $$f)" >> /etc/modprobe.d/isdn ; \
+       done
 endif
 
        @rm -rf $(DIR_SRC)/patch-o-matic* $(DIR_SRC)/iptables* $(DIR_SRC)/squashfs* $(DIR_SRC)/netfilter-layer7-*