[package] update avrdude to 5.8 (#5561)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16948 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-07-21 15:19:49 +00:00
parent 38b84f5f23
commit 7e5e319ab9

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=avrdude
PKG_VERSION:=5.7
PKG_VERSION:=5.8
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/avrdude
PKG_MD5SUM:=8908046583e289d7c53db7545d4a3369
PKG_MD5SUM:=d459dcf47fa7fc2a29a70d68ebff4886
include $(INCLUDE_DIR)/package.mk
@ -22,7 +22,7 @@ define Package/avrdude
CATEGORY:=Utilities
TITLE:=AVR Downloader/UploaDEr
URL:=http://www.bsdhome.com/avrdude/
DEPENDS:=+libncurses
DEPENDS:=+libncurses +libusb
endef
define Package/avrdude/description