mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 14:48:39 +01:00
Merge pull request #8029 from jow-/avrdude-elf-depends
avrdude: change libelf1 dependency to libelf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user