avrdude: change libelf1 dependency to libelf

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 <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2019-01-24 13:12:36 +01:00
parent eaf6411452
commit 24061255cd
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ define Package/avrdude
SUBMENU:=Microcontroller programming SUBMENU:=Microcontroller programming
TITLE:=AVR Downloader/UploaDEr TITLE:=AVR Downloader/UploaDEr
URL:=http://www.nongnu.org/avrdude/ URL:=http://www.nongnu.org/avrdude/
DEPENDS:=+libncurses +libreadline +libusb-compat +libftdi1 +libelf1 DEPENDS:=+libncurses +libreadline +libusb-compat +libftdi1 +libelf
endef endef
define Package/avrdude/description define Package/avrdude/description