projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a22118
)
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)
SVN-Revision: 540
openwrt/package/arpwatch/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/arpwatch/Makefile
b/openwrt/package/arpwatch/Makefile
index 43e0025c9ebef1ed75c51971e5ab6f03c4de20bd..023ed6805ba583532a02c90bd5fe0bb332c1d28b 100644
(file)
--- 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)