summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-03 11:56:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-03 11:56:40 +0000
commita23d87f0e679c5356e12e1d47ad50349e0bb9c42 (patch)
treeb80b9d41e8f7c15d1df5a2d478ca35b00f15bd43
parent6a22118b9176180cd49786accd9d5f6436b1e076 (diff)
downloadmtk-20170518-a23d87f0e679c5356e12e1d47ad50349e0bb9c42.zip
mtk-20170518-a23d87f0e679c5356e12e1d47ad50349e0bb9c42.tar.gz
mtk-20170518-a23d87f0e679c5356e12e1d47ad50349e0bb9c42.tar.bz2
add default arp.dat to arpwatch package
SVN-Revision: 540
-rw-r--r--openwrt/package/arpwatch/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/arpwatch/Makefile b/openwrt/package/arpwatch/Makefile
index 43e0025..023ed68 100644
--- a/openwrt/package/arpwatch/Makefile
+++ b/openwrt/package/arpwatch/Makefile
@@ -53,6 +53,8 @@ $(PKG_IPK): $(PKG_BUILD_DIR)/$(PKG_NAME)
cp $(PKG_BUILD_DIR)/arpwatch $(PKG_IPK_DIR)/usr/sbin/
cp $(PKG_BUILD_DIR)/arpsnmp $(PKG_IPK_DIR)/usr/sbin/
$(STRIP) $(PKG_IPK_DIR)/usr/sbin/*
+ mkdir $(PKG_IPK_DIR)/usr/arpwatch
+ cp $(PKG_BUILD_DIR)/arp.dat $(PKG_IPK_DIR)/usr/arpwatch/
mkdir -p $(PACKAGE_DIR)
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)