Merge pull request #6050 from dimitripb/patch-2

Update device_tracker.ubus.markdown
This commit is contained in:
DubhAd 2018-09-29 13:07:12 +01:00 committed by GitHub
commit 0e0a27c049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,12 @@ Before this scanner can be used you have to install the ubus RPC package on Open
opkg install rpcd-mod-file
```
For OpenWRT version 18.06.x the package uhttpd-mod-ubus should also be installed:
```bash
opkg install uhttpd-mod-ubus
```
And create a read-only user to be used by setting up the ACL file `/usr/share/rpcd/acl.d/user.json`.
```json