From: Moritz Warning Date: Tue, 29 Jan 2019 11:45:46 +0000 (+0100) Subject: device-observatory: Specify libmicrohttpd dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=77a13122624740745346017e6236e154636dc496;p=openwrt-packages.git device-observatory: Specify libmicrohttpd dependency Signed-off-by: Moritz Warning --- diff --git a/utils/device-observatory/Makefile b/utils/device-observatory/Makefile index 8f0103ce7..8a88c3ddb 100644 --- a/utils/device-observatory/Makefile +++ b/utils/device-observatory/Makefile @@ -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 URL:=https://github.com/mwarning/device-observatory/ - DEPENDS:=+iw +libpcap +libmicrohttpd-no-ssl + DEPENDS:=+iw +libpcap +libmicrohttpd endef define Package/device-observatory/description