mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Kleines Tuning vom QoS...
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@398 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user