From da6f427d818573f76dd50771f4d60ff693eb8fd9 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 21 Feb 2009 18:30:48 +0000 Subject: [PATCH] Sync with OpenWrt --- applications/luci-qos/luasrc/model/cbi/qos/qos.lua | 10 ---------- applications/luci-qos/luasrc/model/cbi/qos/qosmini.lua | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/applications/luci-qos/luasrc/model/cbi/qos/qos.lua b/applications/luci-qos/luasrc/model/cbi/qos/qos.lua index ac5f3b27c..4b94355f1 100644 --- a/applications/luci-qos/luasrc/model/cbi/qos/qos.lua +++ b/applications/luci-qos/luasrc/model/cbi/qos/qos.lua @@ -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") diff --git a/applications/luci-qos/luasrc/model/cbi/qos/qosmini.lua b/applications/luci-qos/luasrc/model/cbi/qos/qosmini.lua index e80e4e560..ec93694c2 100644 --- a/applications/luci-qos/luasrc/model/cbi/qos/qosmini.lua +++ b/applications/luci-qos/luasrc/model/cbi/qos/qosmini.lua @@ -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") -- 2.11.0