avrdude: add a missing dependency

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32225 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-11 22:46:30 +00:00
parent 4f27cb367d
commit 10bc76ae39

View File

@ -22,7 +22,7 @@ define Package/avrdude
CATEGORY:=Utilities CATEGORY:=Utilities
TITLE:=AVR Downloader/UploaDEr TITLE:=AVR Downloader/UploaDEr
URL:=http://www.bsdhome.com/avrdude/ URL:=http://www.bsdhome.com/avrdude/
DEPENDS:=+libncurses +libusb DEPENDS:=+libncurses +libreadline +libusb
endef endef
define Package/avrdude/description define Package/avrdude/description