From: Arne Fitzenreiter Date: Mon, 13 Apr 2009 16:50:09 +0000 (+0200) Subject: Fix mISDN build try to use the kerneldir from buildsystem X-Git-Tag: v2.5-beta1~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c870e423bff125c8f94f2db231076d3ba4033d0b;p=ipfire-2.x.git Fix mISDN build try to use the kerneldir from buildsystem --- diff --git a/lfs/mISDN b/lfs/mISDN index 189a57cb2f..080e9cad04 100644 --- a/lfs/mISDN +++ b/lfs/mISDN @@ -70,9 +70,9 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_SRC)/mISDN.git && make force - cd $(DIR_SRC)/mISDN.git && make $(MAKETUNING) - cd $(DIR_SRC)/mISDN.git && make install + cd $(DIR_SRC)/mISDN.git && KVERS=$(KVER)-ipfire make force + cd $(DIR_SRC)/mISDN.git && KVERS=$(KVER)-ipfire make $(MAKETUNING) + cd $(DIR_SRC)/mISDN.git && KVERS=$(KVER)-ipfire make install mv /lib/modules/$(KVER)-ipfire/extra /lib/modules/$(KVER)-ipfire/mISDN @rm -rf $(DIR_SRC)/mISDN* @$(POSTBUILD)