From: Felix Fietkau Date: Mon, 11 Jun 2012 22:46:30 +0000 (+0000) Subject: avrdude: add a missing dependency X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=872ec04e76bb337d3dbef3834bc0110df17c97d5;p=openwrt%2Fsvn-archive%2Fpackages.git avrdude: add a missing dependency SVN-Revision: 32225 --- diff --git a/utils/avrdude/Makefile b/utils/avrdude/Makefile index 4ae5400f7..d3b0f13a1 100644 --- a/utils/avrdude/Makefile +++ b/utils/avrdude/Makefile @@ -22,7 +22,7 @@ define Package/avrdude CATEGORY:=Utilities TITLE:=AVR Downloader/UploaDEr URL:=http://www.bsdhome.com/avrdude/ - DEPENDS:=+libncurses +libusb + DEPENDS:=+libncurses +libreadline +libusb endef define Package/avrdude/description