Revert "* luci/olsr: fix names of interfaces with type bridge"
[project/luci.git] / applications / luci-olsr / luasrc / model / cbi / olsr / olsrd.lua
index 8bad520637e0b5742c2861587b4b6bcf2c7459de..67b3169a0bd74e36323bedbb07f78903c37a5e61 100644 (file)
@@ -65,11 +65,7 @@ network:value("")
 luci.model.uci.foreach("network", "interface",
        function (section)
                if section[".name"] ~= "loopback" then
-                       if section.type and section.type == "bridge" then
-                               network:value("br-"..section[".name"],section[".name"])
-                       else
-                               network:value(section[".name"])
-                       end
+                       network:value(section[".name"])
                end
        end)