mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
treewide: add conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user