From: nbd Date: Mon, 11 Jun 2012 22:46:30 +0000 (+0000) Subject: avrdude: add a missing dependency X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=10bc76ae39d0d4789b046b844a7b3c7842155f10;p=packages.git avrdude: add a missing dependency git-svn-id: svn://svn.openwrt.org/openwrt/packages@32225 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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