Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -0,0 +1,13 @@
config BR2_PACKAGE_MEMTOOL
bool "memtool"
help
Development tool to modify memory mapped registers.
memtool allows one to read and write memory mapped registers
via /dev/mem. The commands are inspired by the respective
commands of the barebox bootloader. This is handy during
driver development to inspect and modify register
settings. It can also be used to modify regular files and
character devices (e.g. to paint to /dev/fb0).
http://www.pengutronix.de/software/memtool/index_en.html

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 58309d356cb9b45a241cb602ca3850891a70ddaa93ced51d1cced78e14767680 memtool-2016.10.0.tar.xz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# memtool
#
################################################################################
MEMTOOL_VERSION = 2016.10.0
MEMTOOL_SITE = http://public.pengutronix.de/software/memtool
MEMTOOL_SOURCE = memtool-$(MEMTOOL_VERSION).tar.xz
MEMTOOL_LICENSE = GPL-2.0
MEMTOOL_LICENSE_FILES = COPYING
$(eval $(autotools-package))