X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2FmISDN;h=57db77fa1e0b12372b238b174e93ac50fb155828;hp=0fe76ec3758e82480ff9a688ab678e54fe7f36e6;hb=76988c142d927837915fe6c0844c7b86302b9676;hpb=fc992179a15a53c920d8f18e276624c0ace6a6ec diff --git a/lfs/mISDN b/lfs/mISDN index 0fe76ec37..57db77fa1 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)