mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 23:34:34 +04:00
proto_hnet: add missing categories
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
@@ -6,8 +6,11 @@ local map, section, net = ...
|
|||||||
local mode = section:taboption("general", ListValue, "mode", translate("Category"))
|
local mode = section:taboption("general", ListValue, "mode", translate("Category"))
|
||||||
mode:value("auto", translate("Automatic"))
|
mode:value("auto", translate("Automatic"))
|
||||||
mode:value("external", translate("External"))
|
mode:value("external", translate("External"))
|
||||||
|
mode:value("internal", translate("Internal"))
|
||||||
|
mode:value("leaf", translate("Leaf"))
|
||||||
mode:value("guest", translate("Guest"))
|
mode:value("guest", translate("Guest"))
|
||||||
mode:value("adhoc", translate("Ad-Hoc"))
|
mode:value("adhoc", translate("Ad-Hoc"))
|
||||||
|
mode:value("hybrid", translate("Hybrid"))
|
||||||
mode.default = "auto"
|
mode.default = "auto"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user