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(+)
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
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel