aboutsummaryrefslogtreecommitdiff
path: root/utils/device-observatory/Makefile
diff options
context:
space:
mode:
authorHuangbin Zhan <zhanhb88@gmail.com>2020-07-07 06:27:51 +0800
committerHuangbin Zhan <zhanhb88@gmail.com>2020-07-07 06:27:51 +0800
commite4a800f4326c5a33ce6217bd6361a099c9ac68b5 (patch)
tree6c41ade248d9fcc4984482f96300bd876756c7ec /utils/device-observatory/Makefile
parent98d4a7952d41788ee7ac991731f1525cf788d847 (diff)
treewide: add conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
Diffstat (limited to 'utils/device-observatory/Makefile')
-rw-r--r--utils/device-observatory/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/utils/device-observatory/Makefile b/utils/device-observatory/Makefile
index dc6d33a88..536d36a96 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:=5
+PKG_RELEASE:=6
PKG_SOURCE_URL:=https://codeload.github.com/mwarning/device-observatory/tar.gz/v$(PKG_VERSION)?
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -22,6 +22,10 @@ define Package/device-observatory
DEPENDS:=+iw +libpcap +libmicrohttpd
endef
+define Package/device-observatory/conffiles
+/etc/config/device-observatory
+endef
+
define Package/device-observatory/description
Show information about connected devices and connections to increase security awareness.
endef