]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/zaptel
Kernel Update
[people/pmueller/ipfire-2.x.git] / lfs / zaptel
index 2377e5ec72ee101c047cd75312a2c8cc0c9883b3..42bf6160c306360ce30e439809421926321e3c49 100644 (file)
@@ -85,12 +85,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 #      cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/zaptel.patch
 ifeq "$(SMP)" "1"
        cd $(DIR_APP) && ./configure --prefix=/usr
-       cd $(DIR_APP) && make linux26 KVERS=$(KVER)-smp
-       cd $(DIR_APP) && make install KVERS=$(KVER)-smp
+       cd $(DIR_APP) && make linux26 KVERS=$(KVER)-ipfire-smp
+       cd $(DIR_APP) && make install KVERS=$(KVER)-ipfire-smp
 else
        cd $(DIR_APP) && ./configure --prefix=/usr
-       cd $(DIR_APP) && make linux26 KVERS=$(KVER)
-       cd $(DIR_APP) && make install KVERS=$(KVER)
+       cd $(DIR_APP) && make linux26 KVERS=$(KVER)-ipfire
+       cd $(DIR_APP) && make install KVERS=$(KVER)-ipfire
 endif
        cd $(DIR_APP) && install -D -m 644 zaptel.h /usr/include/zaptel.h
        cd $(DIR_APP) && install -D -m 644 zconfig.h /usr/include/zconfig.h