From: Steven Barth Date: Sat, 21 Feb 2009 18:30:48 +0000 (+0000) Subject: Sync with OpenWrt X-Git-Tag: 0.9.0~657 X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=da6f427d818573f76dd50771f4d60ff693eb8fd9;hp=360479b5a5b5a5274a9de09b0c01441d800c23c5 Sync with OpenWrt --- diff --git a/applications/luci-qos/luasrc/model/cbi/qos/qos.lua b/applications/luci-qos/luasrc/model/cbi/qos/qos.lua index ac5f3b27cb..4b94355f10 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 e80e4e560e..ec93694c2e 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")