Update isdn modul blacklisting.

This commit is contained in:
Arne Fitzenreiter
2010-06-19 18:37:51 +02:00
parent efa8b61522
commit e2e106be56
3 changed files with 7 additions and 29 deletions

View File

@@ -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-*