git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
cd70fb4
)
avrdude: Add libelf dependency
author
Ted Hess
<redacted>
Tue, 28 Apr 2015 21:34:05 +0000
(17:34 -0400)
committer
Ted Hess
<redacted>
Tue, 28 Apr 2015 21:34:05 +0000
(17:34 -0400)
Signed-off-by: Ted Hess <redacted>
utils/avrdude/Makefile
patch
|
blob
|
history
diff --git
a/utils/avrdude/Makefile
b/utils/avrdude/Makefile
index 97db6f74c98dfa3afa61338b9da1685303ab5c33..79a5f09345fe6708583b52fc715943e3182d6a97 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT