Skip to content

Commit 49d2b66

Browse files
author
brvphoenix
committed
Bump version to 2.0.10
Fix rpc permission (#47)
1 parent 7b18a97 commit 49d2b66

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This repo provides yet another LuCI module for wrtbwmon, which has similar featu
2020

2121
## Downloading
2222
Openwrt 19.07 has been fully supported after commit: [ff4909d](https://github.com/brvphoenix/luci-app-wrtbwmon/tree/ff4909d8f5d06fee87f7ec5a365ac5dde6492130).
23-
* `openwrt-19.07.3 ... latest`: [release-2.0.9](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/download/release-2.0.9/luci-app-wrtbwmon_2.0.9_all.ipk)
23+
* `openwrt-19.07.3 ... latest`: [release-2.0.10](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/download/release-2.0.10/luci-app-wrtbwmon_2.0.10_all.ipk)
2424
* `openwrt-19.07.0 ... 19.07.2`: [release-2.0.7](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/download/release-2.0.7/luci-app-wrtbwmon_2.0.7-1_all.ipk)
2525
* `openwrt-18.06`: [release-1.6.3](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/download/release-1.6.3/luci-app-wrtbwmon_1.6.3-1_all.ipk)
2626

luci-app-wrtbwmon/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
include $(TOPDIR)/rules.mk
88

99
PKG_NAME:=luci-app-wrtbwmon
10-
PKG_VERSION:=2.0.9
10+
PKG_VERSION:=2.0.10
1111
PKG_RELEASE:=1
1212

1313
PKG_LICENSE:=Apache-2.0

luci-app-wrtbwmon/root/usr/share/rpcd/acl.d/luci-app-wrtbwmon.json

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"luci.wrtbwmon": [
77
"get_db_raw",
88
"get_db_path"
9+
],
10+
"luci-rpc": [
11+
"getDHCPLeases",
12+
"getDSLStatus"
913
]
1014
},
1115
"file": {

0 commit comments

Comments
 (0)