qos-scripts: disable by default, also remove overhead calculation from the default...
[openwrt-10.03/.git] / package / qos-scripts / files / etc / config / qos
index 875e7e20d24bdd84e1eb5e57156c72e2e1adf796..8faff1834025baaf8b10d4d5e5213e8346532e26 100644 (file)
@@ -3,18 +3,11 @@
 # INTERFACES:
 config interface wan
        option classgroup  "Default"
-       option enabled      1
-       option overhead     1
+       option enabled      0
        option upload       128
        option download     1024
 
 # RULES:
-config classify
-       option target       "Bulk"
-       option layer7       "edonkey"
-config classify
-       option target       "Bulk"
-       option layer7       "bittorrent"
 config classify
        option target       "Priority"
        option ports        "22,53"