Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
config BR2_PACKAGE_AVRDUDE
|
||||
bool "avrdude"
|
||||
select BR2_PACKAGE_ELFUTILS
|
||||
select BR2_PACKAGE_LIBUSB
|
||||
select BR2_PACKAGE_LIBUSB_COMPAT
|
||||
select BR2_PACKAGE_NCURSES
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_USE_WCHAR # elfutils
|
||||
depends on !BR2_STATIC_LIBS # elfutils
|
||||
depends on !BR2_bfin # elfutils
|
||||
depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC # elfutils
|
||||
select BR2_PACKAGE_ELFUTILS
|
||||
select BR2_PACKAGE_LIBUSB
|
||||
select BR2_PACKAGE_LIBUSB_COMPAT
|
||||
select BR2_PACKAGE_NCURSES
|
||||
help
|
||||
avrdude is a programmer for Atmel AVR microcontrollers
|
||||
this package provides a version with new linuxspi driver
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 b32128f4812d5e852cfba2e863d950ec30e0f72f09bc14fb41c02528bbc5dd18 avrdude-ad04c429a90f4c34f000ea4ae11db2705915a31f.tar.gz
|
||||
sha256 cfa97af7badc713c62306ab85d0e7a288b064bf72e698494f73cb16c5b2c659e avrdude-f8893ccf0aceeff67c45f95ae4e86bc7fbe342aa.tar.gz
|
||||
|
||||
@@ -4,17 +4,18 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
AVRDUDE_VERSION = ad04c429a90f4c34f000ea4ae11db2705915a31f
|
||||
AVRDUDE_VERSION = f8893ccf0aceeff67c45f95ae4e86bc7fbe342aa
|
||||
AVRDUDE_SITE = $(call github,kcuzner,avrdude,$(AVRDUDE_VERSION))
|
||||
AVRDUDE_LICENSE = GPLv2+
|
||||
AVRDUDE_LICENSE = GPL-2.0+
|
||||
AVRDUDE_LICENSE_FILES = avrdude/COPYING
|
||||
AVRDUDE_SUBDIR = avrdude
|
||||
# Sources coming from git, without generated configure and Makefile.in
|
||||
# files.
|
||||
AVRDUDE_AUTORECONF = YES
|
||||
AVRDUDE_CONF_OPTS = --enable-linuxgpio
|
||||
AVRDUDE_DEPENDENCIES = elfutils libusb libusb-compat ncurses \
|
||||
host-flex host-bison
|
||||
AVRDUDE_LICENSE = GPLv2+
|
||||
AVRDUDE_LICENSE = GPL-2.0+
|
||||
AVRDUDE_LICENSE_FILES = avrdude/COPYING
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBFTDI1),y)
|
||||
|
||||
Reference in New Issue
Block a user