X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2FmISDN;h=e6a7465b3a9a38e650a91bfbadad8af3c9d1e2fa;hb=0ec5f231e48a95758debda6f25a703d9140bd880;hp=0fe76ec3758e82480ff9a688ab678e54fe7f36e6;hpb=0d3e1e8c1da5b0ae9e56ac320be02bdb043485d4;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/mISDN b/lfs/mISDN index 0fe76ec37..e6a7465b3 100644 --- a/lfs/mISDN +++ b/lfs/mISDN @@ -27,7 +27,7 @@ include Config VERSUFIX=ipfire$(KCFG) ifeq "$(KCFG)" "-xen" - KVER = "2.6.32.60" + KVER = "2.6.32.61" endif VER = 20121008 @@ -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)