mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/devmem2: Fix DEVMEM2_SITE variable
The old free-electrons.com URL does not seem to work anymore,
resulting in the package failing to build. Use bootlin.com instead.
Signed-off-by: Xavier Ruppen <xruppen@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 408b48b5c5)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
3ad45efcae
commit
bf5bff00bf
@@ -4,4 +4,4 @@ config BR2_PACKAGE_DEVMEM2
|
|||||||
help
|
help
|
||||||
Simple program to read/write from/to any location in memory.
|
Simple program to read/write from/to any location in memory.
|
||||||
|
|
||||||
http://free-electrons.com/pub/mirror/devmem2.c
|
http://bootlin.com/pub/mirror/devmem2.c
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
DEVMEM2_SITE = http://free-electrons.com/pub/mirror
|
DEVMEM2_SITE = http://bootlin.com/pub/mirror
|
||||||
DEVMEM2_SOURCE = devmem2.c
|
DEVMEM2_SOURCE = devmem2.c
|
||||||
DEVMEM2_VERSION = 1
|
DEVMEM2_VERSION = 1
|
||||||
DEVMEM2_LICENSE = GPL-2.0+
|
DEVMEM2_LICENSE = GPL-2.0+
|
||||||
|
|||||||
Reference in New Issue
Block a user