From 10bc76ae39d0d4789b046b844a7b3c7842155f10 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 11 Jun 2012 22:46:30 +0000 Subject: [PATCH] avrdude: add a missing dependency git-svn-id: svn://svn.openwrt.org/openwrt/packages@32225 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/avrdude/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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