From: Arne Fitzenreiter Date: Wed, 27 Feb 2013 22:44:22 +0000 (+0100) Subject: mISDN: remove wrong kernel modules. X-Git-Tag: v2.13-core67~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2aea3ebf67036978ab7c9dafe72f4475eb3328cb;p=ipfire-2.x.git mISDN: remove wrong kernel modules. --- diff --git a/lfs/mISDN b/lfs/mISDN index 0fe76ec375..57db77fa1e 100644 --- a/lfs/mISDN +++ b/lfs/mISDN @@ -111,5 +111,9 @@ ifneq "$(XEN)" "1" sed -i -e "s|.ko||g" /etc/modprobe.d/mISDN endif + # Remove mISDN modules that was shipped with the kernel + rm -rf /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/isdn/mISDN + rm -rf /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/isdn/hardware/mISDN + @rm -rf $(DIR_SRC)/mISDN* @$(POSTBUILD)