Renamed FFLuCI to LuCI, ffluci to luci and Freifunk Lua Configuration Interface to...
[project/luci.git] / modules / admin-core / src / model / cbi / admin_wifi / devices.lua
index b612dd6..2931a6e 100644 (file)
@@ -15,9 +15,9 @@ t:value("atheros")
 t:value("mac80211")
 t:value("prism2")
 --[[
-require("ffluci.sys")
+require("luci.sys")
 local c = ". /etc/functions.sh;for i in /lib/wifi/*;do . $i;done;echo $DRIVERS"
-for driver in ffluci.sys.execl(c)[1]:gmatch("[^ ]+") do
+for driver in luci.sys.execl(c)[1]:gmatch("[^ ]+") do
        t:value(driver)
 end
 ]]--