mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 10:50:36 +02:00
add default arp.dat to arpwatch package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@540 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ef22bf3f6b
commit
be7d7ba951
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user