Patchwork [OpenWrt-Devel] iptraf - Modify Makefile to include the rvnamed binary

login
register
Submitter Johnny Halfmoon
Date 2012-06-27 11:11:13
Message ID <4FEAEA51.1090304@milksnot.com>
Download mbox | patch
Permalink /patch/2335/
State Accepted
Delegated to: Jo-Philipp Wich
Headers show

Comments

Johnny Halfmoon - 2012-06-27 11:11:13
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>
---
 packages/net/iptraf/Makefile | 1 +
 1 file changed, 1 insertion(+)

Patch

diff --git a/packages/net/iptraf/Makefile b/packages/net/iptraf/Makefile
index fb12d82..a65a74f 100644
--- a/packages/net/iptraf/Makefile
+++ b/packages/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

 endef