Skip to content

Commit

Permalink
avrdude: change libelf1 dependency to libelf
Browse files Browse the repository at this point in the history
The libelf1 source package has been renamed to libelf in OpenWrt base,
adjust the dependency in avrdude accordingly.

There are no functional changes and no changes in the resulting binary.

Signed-off-by: Jo-Philipp Wich <[email protected]>
  • Loading branch information
jow- committed Jan 24, 2019
1 parent eaf6411 commit 2406125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/avrdude/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ define Package/avrdude
SUBMENU:=Microcontroller programming
TITLE:=AVR Downloader/UploaDEr
URL:=http://www.nongnu.org/avrdude/
DEPENDS:=+libncurses +libreadline +libusb-compat +libftdi1 +libelf1
DEPENDS:=+libncurses +libreadline +libusb-compat +libftdi1 +libelf
endef

define Package/avrdude/description
Expand Down

0 comments on commit 2406125

Please sign in to comment.