Skip to content

Commit

Permalink
Rename wired interface to wan by default, to allow it to work with de…
Browse files Browse the repository at this point in the history
…fault luci-app-qos.
  • Loading branch information
jheretic committed May 2, 2014
1 parent 417d63d commit ebbe465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luasrc/model/cbi/commotion/basic_ani.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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?"))
Expand Down

0 comments on commit ebbe465

Please sign in to comment.