Sync with OpenWrt

This commit is contained in:
Steven Barth 2009-02-21 18:31:33 +00:00
parent adaed27551
commit 2515ecbc26
2 changed files with 0 additions and 20 deletions

View 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")

View 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")