@@ -8,4 +8,4 @@ config BR2_PACKAGE_DAVINCI_BOOTCOUNT
SCRATCH2 register. This tool allows to read and write this
register from userspace.
- https://github.com/VoltServer/uboot-davinci-bootcount
+ https://github.com/VoltServer/uboot-bootcount
@@ -5,7 +5,7 @@
################################################################################
DAVINCI_BOOTCOUNT_VERSION = 2.0.0
-DAVINCI_BOOTCOUNT_SITE = $(call github,VoltServer,uboot-davinci-bootcount,v$(DAVINCI_BOOTCOUNT_VERSION))
+DAVINCI_BOOTCOUNT_SITE = $(call github,VoltServer,uboot-bootcount,v$(DAVINCI_BOOTCOUNT_VERSION))
DAVINCI_BOOTCOUNT_LICENSE = GPL-3.0
DAVINCI_BOOTCOUNT_LICENSE_FILES = COPYING
The patch updates the GitHub URL, which has recently changed. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> --- package/davinci-bootcount/Config.in | 2 +- package/davinci-bootcount/davinci-bootcount.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)