From 0d38343d35c5365da0995772c861f47bb5405fb0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 19 Apr 2009 15:35:37 +0200 Subject: [PATCH] Fixed building mISDN on machines with different kernel. --- lfs/mISDN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/mISDN b/lfs/mISDN index 080e9cad04..4bdf550f8f 100644 --- a/lfs/mISDN +++ b/lfs/mISDN @@ -72,7 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) 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 + cd $(DIR_SRC)/mISDN.git && KVERS=$(KVER)-ipfire make install DEPMOD="depmod $(KVER)" mv /lib/modules/$(KVER)-ipfire/extra /lib/modules/$(KVER)-ipfire/mISDN @rm -rf $(DIR_SRC)/mISDN* @$(POSTBUILD) -- 2.39.2