Changeset 1735
- Timestamp:
- 26/08/10 10:08:35 (3 years ago)
- Files:
-
- 1 modified
-
trunk/luci/libs/fon/luasrc/fon/reg.lua (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/luci/libs/fon/luasrc/fon/reg.lua
r1689 r1735 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
