From: Ted Hess Date: Tue, 28 Apr 2015 21:34:05 +0000 (-0400) Subject: avrdude: Add libelf dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2bdf5147ccc6a771eeb8081916761f1741831a32;p=openwrt-packages.git avrdude: Add libelf dependency Signed-off-by: Ted Hess --- diff --git a/utils/avrdude/Makefile b/utils/avrdude/Makefile index 97db6f74c..79a5f0934 100644 --- a/utils/avrdude/Makefile +++ b/utils/avrdude/Makefile @@ -29,7 +29,7 @@ define Package/avrdude CATEGORY:=Utilities TITLE:=AVR Downloader/UploaDEr URL:=http://www.nongnu.org/avrdude/ - DEPENDS:=+libncurses +libreadline +libusb-compat +libftdi1 + DEPENDS:=+libncurses +libreadline +libusb-compat +libftdi1 +libelf1 endef define Package/avrdude/description