]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/zaptel
Kleines Tuning vom QoS...
[people/pmueller/ipfire-2.x.git] / lfs / zaptel
index 90d47a78747621e827c2e19e48901a5ffd4e22d3..2377e5ec72ee101c047cd75312a2c8cc0c9883b3 100644 (file)
@@ -32,7 +32,7 @@ THISAPP    = zaptel-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
-ifeq "$(PASS)" "S"
+ifeq "$(SMP)" "1"
        TARGET     = $(DIR_INFO)/$(THISAPP)-smp
 else
        TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -83,7 +83,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        # Build Zaptel
 #      cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/zaptel.patch
-ifeq "$(PASS)" "S"
+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