diff options
author | Hanson Wong <Dismounted@users.noreply.github.com> | 2015-09-20 22:44:41 +1000 |
---|---|---|
committer | Hanson Wong <Dismounted@users.noreply.github.com> | 2015-09-20 22:48:29 +1000 |
commit | 9fa55147c4210646d08fbef42f912aeba75615be (patch) | |
tree | 4d3740f5cd1fb12a32072fa5212b0be1cd88075e /net/nut/Makefile | |
parent | be21910b9e4256e741676c721b952dcb910591f3 (diff) |
nut: Fix required dependencies.
Diffstat (limited to 'net/nut/Makefile')
-rw-r--r-- | net/nut/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nut/Makefile b/net/nut/Makefile index 32a3e1343..176ab5150 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -55,6 +55,7 @@ define Package/nut $(call Package/nut/Default) TITLE:=Network UPS Tools DEPENDS:= \ + +libpthread \ +NUT_DRIVER_SNMP:libnetsnmp \ +NUT_DRIVER_USB:libusb-compat \ +NUT_SSL:libopenssl |