summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js
index 4eccc0beb5..9613ef6258 100644
--- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js
+++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js
@@ -826,6 +826,7 @@ return view.extend({
o = s.children[i];
switch (o.option) {
+ case 'ifname':
case 'proto':
case 'auto':
case '_dhcp':
@@ -834,8 +835,6 @@ return view.extend({
case '_ifacestat_modal':
continue;
- case 'ifname_multi':
- case 'ifname_single':
case 'igmp_snooping':
case 'stp':
case 'type':