Changeset 1946
- Timestamp:
- 04/08/11 11:14:02 (22 months ago)
- Files:
-
- 1 modified
-
branches/2.3.6/luci/libs/fon/luasrc/fon/reg.lua (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3.6/luci/libs/fon/luasrc/fon/reg.lua
r1691 r1946 14 14 function getmac() 15 15 luci.model.uci.cursor_state():get("registered", "fonreg", "registered", "1") 16 if luci.fon.spot.get_device() == "fonera20n" then16 if require("luci.fon.spot").get_device() == "fonera20n" then 17 17 mac = luci.sys.net.getmac("eth0.1", "-") 18 18 else
