mirror of
https://github.com/hak5/nano-tetra-packages-community.git
synced 2025-10-29 16:59:28 +00:00
Kismet: Build with protobuf-lite and copy manuf file
This commit is contained in:
parent
c3657a4585
commit
dcf1270b90
@ -22,7 +22,7 @@ define Package/kismet-hak5
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Kismet (Hak5)
|
TITLE:=Kismet (Hak5)
|
||||||
URL:=https://www.kismetwireless.net/
|
URL:=https://www.kismetwireless.net/
|
||||||
DEPENDS:=+libpthread +libpcap +libpcre +libmicrohttpd +libnl +libcap +libstdcpp +libncurses +libsqlite3 +zlib +protobuf +libprotobuf-c +libdw
|
DEPENDS:=+libpthread +libpcap +libpcre +libmicrohttpd +libnl +libcap +libstdcpp +libncurses +libsqlite3 +zlib +protobuflite +libprotobuf-c +libdw
|
||||||
SUBMENU:=wireless
|
SUBMENU:=wireless
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -40,7 +40,8 @@ CONFIGURE_ARGS += \
|
|||||||
--sysconfdir=/etc/kismet \
|
--sysconfdir=/etc/kismet \
|
||||||
--bindir=/usr/bin \
|
--bindir=/usr/bin \
|
||||||
--disable-python-tools \
|
--disable-python-tools \
|
||||||
--with-protoc=$(STAGING_DIR_HOSTPKG)/bin/protoc
|
--with-protoc=$(STAGING_DIR_HOSTPKG)/bin/protoc \
|
||||||
|
--enable-protobuflite
|
||||||
|
|
||||||
# Override libs to force lpthread because we don't detect it properly on openwrt
|
# Override libs to force lpthread because we don't detect it properly on openwrt
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
@ -71,6 +72,7 @@ define Package/kismet-hak5/install
|
|||||||
$(INSTALL_CONF) $(PKG_BUILD_DIR)/conf/kismet_memory.conf $(1)/etc/kismet
|
$(INSTALL_CONF) $(PKG_BUILD_DIR)/conf/kismet_memory.conf $(1)/etc/kismet
|
||||||
$(INSTALL_CONF) $(PKG_BUILD_DIR)/conf/kismet_storage.conf $(1)/etc/kismet
|
$(INSTALL_CONF) $(PKG_BUILD_DIR)/conf/kismet_storage.conf $(1)/etc/kismet
|
||||||
$(INSTALL_CONF) $(PKG_BUILD_DIR)/conf/kismet_uav.conf $(1)/etc/kismet
|
$(INSTALL_CONF) $(PKG_BUILD_DIR)/conf/kismet_uav.conf $(1)/etc/kismet
|
||||||
|
$(INSTALL_CONF) $(PKG_BUILD_DIR)/conf/kismet_manuf.conf $(1)/etc/kismet
|
||||||
cp -Rv $(PKG_BUILD_DIR)/http_data $(1)/etc/kismet/
|
cp -Rv $(PKG_BUILD_DIR)/http_data $(1)/etc/kismet/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user