summaryrefslogtreecommitdiffstats
path: root/openwrt/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-03 11:56:40 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-03 11:56:40 +0000
commitbe7d7ba951753a54971bd43aba957e33d7318c0d (patch)
treeb80b9d41e8f7c15d1df5a2d478ca35b00f15bd43 /openwrt/package
parentef22bf3f6bf7290a6e72d38e8b1370ced38990f1 (diff)
add default arp.dat to arpwatch package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@540 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-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 43e0025c9..023ed6805 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)