This patch adds nmap-os-db to the nmap package. Nmap cannot identify OS's without it (actually it doesn't even try).
Signed-off-by: Jonas Gorski <[email protected]> --- net/nmap/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/nmap/Makefile b/net/nmap/Makefile index fde824e..d4a866b 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -47,7 +47,7 @@ define Package/nmap/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/nmap $(1)/usr/bin/ $(INSTALL_DIR) $(1)/usr/share/nmap - for file in mac-prefixes os-fingerprints protocols rpc service-probes services; do \ + for file in mac-prefixes os-db os-fingerprints protocols rpc service-probes services; do \ $(CP) $(PKG_INSTALL_DIR)/usr/share/nmap/nmap-$$$$file $(1)/usr/share/nmap/ ; \ done endef -- 1.7.0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
