modules/admin-full: Made interfaces optional
authorSteven Barth <steven@midlink.org>
Fri, 25 Jul 2008 20:49:00 +0000 (20:49 +0000)
committerSteven Barth <steven@midlink.org>
Fri, 25 Jul 2008 20:49:00 +0000 (20:49 +0000)
modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua

index 2851f3a..8afe051 100644 (file)
@@ -28,7 +28,7 @@ br = s:option(Flag, "type", translate("a_n_i_bridge"), translate("a_n_i_bridge1"
 br.enabled = "bridge"
 br.rmempty = true
 
-s:option(Value, "ifname", translate("interface"))
+s:option(Value, "ifname", translate("interface")).rmempty = true
 
 s:option(Value, "ipaddr", translate("ipaddress"))