Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user