Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
leetking authored and leetking committed Aug 26, 2017
2 parents 1cc7f00 + 75558a1 commit edd03a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
$ drcom
```

## 路由器版本下载
[Drcom4CWNU-web.ipk](https://github.com/leetking/cwnu-drcom.lua/releases/latest)

## 依赖
- lua >= 5.1
- luasocket
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions src/core.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
local http = require("socket.http")
local config = require("cwnu-drcom.config")
local ltn12 = require("ltn12")
local syscfg = config.sys
local user = config.user

Expand Down

0 comments on commit edd03a0

Please sign in to comment.