瀏覽代碼

gluon-luci-wifi-config: fix to work with legacy configs using macaddr instead of path to identify radios

Matthias Schiffer 7 年之前
父節點
當前提交
c913957e01

+ 1 - 1
package/gluon-luci-wifi-config/files/usr/lib/lua/luci/model/cbi/admin/wifi-config.lua

@@ -98,7 +98,7 @@ for _, radio in ipairs(radios) do
     if config.path then
       phy = find_phy_by_path(config.path)
     elseif config.macaddr then
-      phy = find_phy_by_path(config.macaddr)
+      phy = find_phy_by_macaddr(config.macaddr)
     end
 
     if phy then