Sync with OpenWrt
authorSteven Barth <steven@midlink.org>
Sat, 21 Feb 2009 18:30:48 +0000 (18:30 +0000)
committerSteven Barth <steven@midlink.org>
Sat, 21 Feb 2009 18:30:48 +0000 (18:30 +0000)
applications/luci-qos/luasrc/model/cbi/qos/qos.lua
applications/luci-qos/luasrc/model/cbi/qos/qosmini.lua

index ac5f3b27cb7bfbdf689feb988a55704719cae52c..4b94355f10b874180388f2c65954ac6c862aa524 100644 (file)
@@ -63,16 +63,6 @@ if pats then
        end
 end
 
-p2p = s:option(ListValue, "ipp2p", "P2P")
-p2p:value("", "-")
-p2p:value("all", translate("all"))
-p2p:value("bit", "BIT")
-p2p:value("dc", "DC")
-p2p:value("edk", "EDK")
-p2p:value("gnu", "GNU")
-p2p:value("kazaa", "KAZ")
-p2p.rmempty = true
-
 p = s:option(Value, "proto", translate("protocol"))
 p:value("", translate("all"))
 p:value("tcp", "TCP")
index e80e4e560e8cc0108d3c11d980403224c010f97b..ec93694c2e5f34d3c7690161f116ee41f04f781b 100644 (file)
@@ -56,16 +56,6 @@ if pats then
        end
 end
 
-p2p = s:option(ListValue, "ipp2p", "P2P")
-p2p:value("", "-")
-p2p:value("all", translate("all"))
-p2p:value("bit", "BIT")
-p2p:value("dc", "DC")
-p2p:value("edk", "EDK")
-p2p:value("gnu", "GNU")
-p2p:value("kazaa", "KAZ")
-p2p.rmempty = true
-
 p = s:option(ListValue, "proto", translate("protocol"))
 p:value("", translate("all"))
 p:value("tcp", "TCP")