Moved luci.sys.exec, luci.sys.execl and luci.sys.bigendian to luci.util
[project/luci.git] / modules / admin-full / luasrc / model / cbi / admin_wifi / devices.lua
index d463157d198ea01a690c049d9c020369e1c56bdf..de226191928789d13c641ed2e4ada4a6d6fd4fc7 100644 (file)
@@ -33,7 +33,7 @@ t:value("prism2")
 --[[
 require("luci.sys")
 local c = ". /etc/functions.sh;for i in /lib/wifi/*;do . $i;done;echo $DRIVERS"
-for driver in luci.sys.execl(c)[1]:gmatch("[^ ]+") do
+for driver in luci.util.execl(c)[1]:gmatch("[^ ]+") do
        t:value(driver)
 end
 ]]--