From: jow Date: Thu, 5 Jul 2012 17:38:31 +0000 (+0000) Subject: iptraf - Modify Makefile to include the rvnamed binary X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=cc7a1cb07512d013dace2aaeca0b00709749c523;p=packages.git iptraf - Modify Makefile to include the rvnamed binary 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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@32622 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/iptraf/Makefile b/net/iptraf/Makefile index 99439ef5f..a062b8f0e 100644 --- a/net/iptraf/Makefile +++ b/net/iptraf/Makefile @@ -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))