X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2FmISDN;h=5cd4972ca3c5b576f161405fbc54365f79f5c214;hb=ece4c8cdc3146b39797c01241a8355be54f31888;hp=e6a7465b3a9a38e650a91bfbadad8af3c9d1e2fa;hpb=bca7488392f50882571118a969d804d377d9b3dd;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/mISDN b/lfs/mISDN index e6a7465b3..5cd4972ca 100644 --- a/lfs/mISDN +++ b/lfs/mISDN @@ -106,9 +106,9 @@ endif ifneq "$(XEN)" "1" # Blacklist misdn modules for f in $$(find /lib/modules/$(KVER)-$(VERSUFIX)/mISDN -name *.ko); do \ - echo "blacklist $$(basename $$f)" >> /etc/modprobe.d/mISDN ; \ + echo "blacklist $$(basename $$f)" >> /etc/modprobe.d/mISDN.conf ; \ done - sed -i -e "s|.ko||g" /etc/modprobe.d/mISDN + sed -i -e "s|.ko||g" /etc/modprobe.d/mISDN.conf endif # Remove mISDN modules that was shipped with the kernel