From 7184cf53a7be9e98637c5f901bb185738dc1deac Mon Sep 17 00:00:00 2001 From: hauke Date: Wed, 5 Feb 2014 22:05:44 +0000 Subject: [PATCH] avrdude: update to avrdude 6.0.1 according to configure warning some options were removed Signed-off-by: Dirk Neukirchen git-svn-id: svn://svn.openwrt.org/openwrt/packages@39491 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/avrdude/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/utils/avrdude/Makefile b/utils/avrdude/Makefile index b70c83eac..e52d50b81 100644 --- a/utils/avrdude/Makefile +++ b/utils/avrdude/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=avrdude -PKG_VERSION:=5.8 +PKG_VERSION:=6.0.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/avrdude -PKG_MD5SUM:=d459dcf47fa7fc2a29a70d68ebff4886 +PKG_MD5SUM:=346ec2e46393a54ac152b95abf1d9850 include $(INCLUDE_DIR)/package.mk @@ -35,8 +35,7 @@ define Build/Prepare endef CONFIGURE_ARGS+= \ - --enable-shared \ - --disable-static \ + --disable-doc \ --disable-parport \ define Build/Compile -- 2.11.0