diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-01-24 13:12:36 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-01-24 13:13:15 +0100 |
commit | 24061255cdb96a9ba89ffb9c5d3a76253f7a1065 (patch) | |
tree | 9fbac01b50e226ee2567c9e0e16522d95d10322b /utils/avrdude | |
parent | eaf6411452027b7f2418c5ca0ec1ec007edfa485 (diff) |
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>
Diffstat (limited to 'utils/avrdude')
-rw-r--r-- | utils/avrdude/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/avrdude/Makefile b/utils/avrdude/Makefile index c87027f15..bac8fd468 100644 --- a/utils/avrdude/Makefile +++ b/utils/avrdude/Makefile @@ -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 |