work around wrong permissions in the arpwatch tarball - fixes avr32 compile issues
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12908 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d18893f71c
commit
ac5d4ca3dc
@ -35,6 +35,11 @@ define Package/arpwatch/conffiles
|
||||
/etc/arpwatch/arp.dat
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
$(call Build/Prepare/Default)
|
||||
chmod -R u+w $(PKG_BUILD_DIR)
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
ARPDIR=/etc/arpwatch \
|
||||
|
Loading…
x
Reference in New Issue
Block a user