kumquat-buildroot/package/uboot-bootcount/uboot-bootcount.mk
Dario Binacchi 0f8035296f package/uboot-bootcount: bump to version 3.0.0
- Support for i.MX 8M chipsets
- README: updated documentation and source comments

Release notes:
https://github.com/VoltServer/uboot-bootcount/releases/tag/v3.0.0

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-02-07 10:39:10 +01:00

16 lines
499 B
Makefile

################################################################################
#
# uboot-bootcount
#
################################################################################
UBOOT_BOOTCOUNT_VERSION = 3.0.0
UBOOT_BOOTCOUNT_SITE = $(call github,VoltServer,uboot-bootcount,v$(UBOOT_BOOTCOUNT_VERSION))
UBOOT_BOOTCOUNT_LICENSE = GPL-3.0
UBOOT_BOOTCOUNT_LICENSE_FILES = COPYING
# sources fetched from github, no configure script
UBOOT_BOOTCOUNT_AUTORECONF = YES
$(eval $(autotools-package))