From c870e423bff125c8f94f2db231076d3ba4033d0b Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 13 Apr 2009 18:50:09 +0200 Subject: [PATCH] Fix mISDN build try to use the kerneldir from buildsystem --- lfs/mISDN | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/mISDN b/lfs/mISDN index 189a57cb2..080e9cad0 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) -- 2.39.5