]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/zaptel
Starte SSH-Server beim Boot.
[people/pmueller/ipfire-2.x.git] / lfs / zaptel
index 93b10ebe405c88bc7621d5d19b57b9cf845465d3..e82b8036657c2dc1194a78b2548454f9a66024d4 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)" "SMP"
+ifeq "$(PASS)" "S"
        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)" "SMP"
+ifeq "$(PASS)" "S"
        cd $(DIR_APP) && make $(MAKETUNING) linux26 KVERS=$(KVER)-smp
        cd $(DIR_APP) && make install KVERS=$(KVER)-smp
 else
@@ -100,7 +100,5 @@ endif
        cd $(DIR_APP) && install -D -m 644 arith.h /usr/include/arith.h
        cd $(DIR_APP) && install -D -m 644 mg2ec.h /usr/include/mg2ec.h
        cd $(DIR_APP) && install -D -m 644 mg2ec_const.h /usr/include/mg2ec_const.h
-#      find /lib/modules/$(KVER)/misc/ -name '*.o' -a -type f | xargs gzip -f9
-#      find /lib/modules/$(KVER)-smp/misc/ -name '*.o' -a -type f | xargs gzip -f9
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)