Merge pull request #8029 from jow-/avrdude-elf-depends
avrdude: change libelf1 dependency to libelf
This commit is contained in:
commit
2fa8dfd1a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue