Browse Source

Merge pull request #8068 from mwarning/change_dependency

device-observatory: Specify libmicrohttpd dependency
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
f40b0033e6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/device-observatory/Makefile

+ 2
- 2
utils/device-observatory/Makefile View 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


Loading…
Cancel
Save