luci-mod-admin-full: Add option to set wireless interface name
With mac80211 you can set the wireless interface; expose this capability. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
This commit is contained in:
parent
5b79e62c0a
commit
e54a68e26a
1 changed files with 3 additions and 0 deletions
|
@ -475,6 +475,9 @@ if hwtype == "mac80211" then
|
||||||
wmm:depends({mode="ap"})
|
wmm:depends({mode="ap"})
|
||||||
wmm:depends({mode="ap-wds"})
|
wmm:depends({mode="ap-wds"})
|
||||||
wmm.default = wmm.enabled
|
wmm.default = wmm.enabled
|
||||||
|
|
||||||
|
ifname = s:taboption("advanced", Value, "ifname", translate("Interface name"), translate("Override default interface name"))
|
||||||
|
ifname.optional = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue