From ebbe4650e727d7b743766d10e3aaf51f013dd9fa Mon Sep 17 00:00:00 2001 From: Josh King Date: Fri, 2 May 2014 14:56:52 -0400 Subject: [PATCH] Rename wired interface to wan by default, to allow it to work with default luci-app-qos. --- luasrc/model/cbi/commotion/basic_ani.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luasrc/model/cbi/commotion/basic_ani.lua b/luasrc/model/cbi/commotion/basic_ani.lua index c0f86c7..09f4d47 100644 --- a/luasrc/model/cbi/commotion/basic_ani.lua +++ b/luasrc/model/cbi/commotion/basic_ani.lua @@ -30,7 +30,7 @@ if not SW.status() then m.on_after_save = ccbi.conf_page end -p = m:section(NamedSection, "wired") +p = m:section(NamedSection, "wan") p.anonymous = true msh = p:option(Flag, "meshed", translate("Will you be meshing with other Commotion devices over the ethernet interface?"))