iptraf - Modify Makefile to include the rvnamed binary
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 5 Jul 2012 17:38:31 +0000 (17:38 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 5 Jul 2012 17:38:31 +0000 (17:38 +0000)
This patch modifies the iptraf Makefile to include the rvnamed binary to
the iptraf package. The rvnamed binary for MIPS is only 12KB and is used
by iptraf to do name resolution in a background process.

Signed-off-by: Johnny Halfmoon <jhalfmoon at milksnot.com>
SVN-Revision: 32622

net/iptraf/Makefile

index 99439ef5fbb00d35c2317b54a09add2d2c3e15ad..a062b8f0e9d0fdc520dfce0b90753d3b95334435 100644 (file)
@@ -58,6 +58,7 @@ endef
 define Package/iptraf/install
        $(INSTALL_DIR) $(1)/usr/bin
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/iptraf $(1)/usr/bin/
+       $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/rvnamed $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,iptraf))