From dea2e4744ef0982acd14780e2e5b4484dd0a4ff6 Mon Sep 17 00:00:00 2001 From: Marc Egerton Date: Mon, 14 Dec 2020 23:43:21 +0000 Subject: [PATCH] kismet: Include libwebsockets-full for kismet-tools --- network/kismet-openwrt/kismet-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/kismet-openwrt/kismet-tools/Makefile b/network/kismet-openwrt/kismet-tools/Makefile index 8957316..d496fc8 100644 --- a/network/kismet-openwrt/kismet-tools/Makefile +++ b/network/kismet-openwrt/kismet-tools/Makefile @@ -11,7 +11,7 @@ define Package/kismet-tools CATEGORY:=Network TITLE:=Kismet server and log tools URL:=https://www.kismetwireless.net - DEPENDS:=+libpthread +libpcap +libpcre +libmicrohttpd +libnl +libcap +libstdcpp +libncurses +libsqlite3 +zlib +protobuf-lite +libprotobuf-c kismet + DEPENDS:=+libpthread +libpcap +libpcre +libmicrohttpd +libnl +libcap +libstdcpp +libncurses +libsqlite3 +zlib +protobuf-lite +libprotobuf-c +libwebsockets-full kismet SUBMENU:=kismet endef