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

@@ -2,8 +2,9 @@ config BR2_PACKAGE_DTACH
bool "dtach"
depends on BR2_USE_MMU # fork()
help
dtach is a tiny program that emulates the detach feature of screen,
allowing you to run a program in an environment that is protected
from the controlling terminal and attach to it later.
dtach is a tiny program that emulates the detach feature of
screen, allowing you to run a program in an environment that
is protected from the controlling terminal and attach to it
later.
http://dtach.sourceforge.net/

View File

@@ -6,7 +6,7 @@
DTACH_VERSION = v0.9
DTACH_SITE = $(call github,crigler,dtach,$(DTACH_VERSION))
DTACH_LICENSE = GPLv2+
DTACH_LICENSE = GPL-2.0+
DTACH_LICENSE_FILES = COPYING
# The Makefile does not have an install target.