Adding luci-lib-ipkg to the list of needed packages, to interact with IPKG library.

Thai Nguyen
2021-07-31 20:50:39 +07:00
parent 1dab8a6b41
commit f5d4ba68c0

@@ -7,7 +7,7 @@ This Howto shows how to use it and provides information about available function
To enable the API, install the following package and restart `uhttpd`: To enable the API, install the following package and restart `uhttpd`:
```bash ```bash
opkg install luci-mod-rpc opkg install luci-mod-rpc luci-lib-ipkg
/etc/init.d/uhttpd restart /etc/init.d/uhttpd restart
``` ```