Skip to content

Commit

Permalink
lime-proto-wan: fix require fs and opkg (introduced in 1b23a3c)
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui committed Aug 7, 2016
1 parent 80cdbe4 commit e6e68bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/lime-proto-wan/src/wan.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/lua

local libuci = require("uci")
local fs = require("nixio.fs")
local opkg = require("luci.model.ipkg")

wan = {}

Expand Down

0 comments on commit e6e68bb

Please sign in to comment.