From: Felix Fietkau Date: Wed, 8 Oct 2008 16:31:28 +0000 (+0000) Subject: work around permission problems in the avrdude tarball - fixes avr32 compile error X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=cdf48200b2de5c3155be8be03e88627be7907200;hp=8a5dba5a310e383e89a585ef649618c559dc8ecc work around permission problems in the avrdude tarball - fixes avr32 compile error SVN-Revision: 12912 --- diff --git a/utils/avrdude/Makefile b/utils/avrdude/Makefile index 8ba1608539..adfa268c58 100644 --- a/utils/avrdude/Makefile +++ b/utils/avrdude/Makefile @@ -30,6 +30,11 @@ define Package/avrdude/description AVRDUDE is a full featured program for programming Atmel's AVR CPU's. endef +define Build/Prepare + $(call Build/Prepare/Default) + chmod -R u+w $(PKG_BUILD_DIR) +endef + CONFIGURE_ARGS+= \ --enable-shared \ --disable-static \