mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 07:48:59 +02:00
add default arp.dat to arpwatch package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@540 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6fc6d689b3
commit
a1a2152a00
@ -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