projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
929767a
)
add default arp.dat to arpwatch package
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Apr 2005 11:56:40 +0000
(11:56 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Apr 2005 11:56:40 +0000
(11:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@540
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/arpwatch/Makefile
patch
|
blob
|
history
diff --git
a/package/arpwatch/Makefile
b/package/arpwatch/Makefile
index
43e0025
..
023ed68
100644
(file)
--- a/
package/arpwatch/Makefile
+++ b/
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)