Browse Source

Merge pull request #8029 from jow-/avrdude-elf-depends

avrdude: change libelf1 dependency to libelf
lilik-openwrt-22.03
Ted Hess 6 years ago
committed by GitHub
parent
commit
2fa8dfd1a0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/avrdude/Makefile

+ 1
- 1
utils/avrdude/Makefile View File

@ -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…
Cancel
Save