X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2FmISDN;h=5cd4972ca3c5b576f161405fbc54365f79f5c214;hp=e6a7465b3a9a38e650a91bfbadad8af3c9d1e2fa;hb=a7cd6a4a1113f358fe1e496b164e77bae797429e;hpb=57097305a610383d013c87ef32ae117c18846e46 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