From: Florian Fainelli Date: Sat, 10 Apr 2010 18:33:06 +0000 (+0000) Subject: [package] nmap: Add nmap-os-db to package. X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=fcb3f8c3d1fe246862579c7a58a4ad7fbdb31970 [package] nmap: Add nmap-os-db to package. 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 SVN-Revision: 20781 --- diff --git a/net/nmap/Makefile b/net/nmap/Makefile index fde824e634..d4a866b208 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