]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Kleines Tuning vom QoS...
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Thu, 25 Jan 2007 20:49:42 +0000 (20:49 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Thu, 25 Jan 2007 20:49:42 +0000 (20:49 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@398 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

config/qos/makeqosscripts.pl
lfs/zaptel
make.sh

index a2bd5add4c2acba23bbd15cd4d393255878627cd..25f0f051029352a4d10fcc2a1bb08f7af9348017 100644 (file)
@@ -122,9 +122,9 @@ case "\$1" in
          ;;
          iptables)
                echo "[iptables]"
-               iptables -t mangle -L QOS-OUT -v -x 2> /dev/null
-               iptables -t mangle -L QOS-INC -v -x 2> /dev/null
-               iptables -t mangle -L QOS-TOS -v -x 2> /dev/null
+               iptables -t mangle -n -L QOS-OUT -v -x 2> /dev/null
+               iptables -t mangle -n -L QOS-INC -v -x 2> /dev/null
+               iptables -t mangle -n -L QOS-TOS -v -x 2> /dev/null
                exit 0
          ;;
        esac
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
diff --git a/make.sh b/make.sh
index 02d2a776e2cd03205f01035f47f486918fafc486..d8e06dd44e6836a76c4e0bca1d62803c7171aa58 100644 (file)
--- a/make.sh
+++ b/make.sh
@@ -332,7 +332,7 @@ buildipfire() {
   ipfiremake fcdslslusb                SMP=1
   ipfiremake fcpci                     SMP=1
 #  ipfiremake promise-sata-300-tx      SMP=1
-  ipfiremake zaptel                    PASS=S
+  ipfiremake zaptel                    SMP=1
   ipfiremake linux
   ipfiremake ipp2p
   ipfiremake fcdsl
@@ -546,7 +546,6 @@ buildinstaller() {
   installmake util-linux
   installmake pciutils
   installmake kudzu
-#  installmake bootsplash
   installmake installer
   installmake initrd
 }