device-observatory: Specify libmicrohttpd dependency
authorMoritz Warning <redacted>
Tue, 29 Jan 2019 11:45:46 +0000 (12:45 +0100)
committerMoritz Warning <redacted>
Tue, 29 Jan 2019 11:45:46 +0000 (12:45 +0100)
Signed-off-by: Moritz Warning <redacted>
utils/device-observatory/Makefile

index 8f0103ce7734b9d178f4639718cf64e0887f3868..8a88c3ddbfdf920f2c88b802df48d653c24e2ddf 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=device-observatory
 PKG_VERSION:=1.2.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_LICENSE:=GPL-3.0+
 
@@ -18,7 +18,7 @@ define Package/device-observatory
        TITLE:=device-observatory
        MAINTAINER:=Moritz Warning <moritzwarning@web.de>
        URL:=https://github.com/mwarning/device-observatory/
-       DEPENDS:=+iw +libpcap +libmicrohttpd-no-ssl
+       DEPENDS:=+iw +libpcap +libmicrohttpd
 endef
 
 define Package/device-observatory/description
git clone https://git.99rst.org/PROJECT