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

@@ -4,8 +4,9 @@ config BR2_PACKAGE_TAR
depends on BR2_USE_MMU # fork()
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
help
A program that saves many files together into a single tape or disk
archive, and can restore individual files from the archive.
A program that saves many files together into a single tape
or disk archive, and can restore individual files from the
archive.
http://www.gnu.org/software/tar/

View File

@@ -10,7 +10,7 @@ TAR_SITE = $(BR2_GNU_MIRROR)/tar
# busybox installs in /bin, so we need tar to install as well in /bin
# so that it overrides the Busybox symlinks.
TAR_CONF_OPTS = --exec-prefix=/
TAR_LICENSE = GPLv3+
TAR_LICENSE = GPL-3.0+
TAR_LICENSE_FILES = COPYING
# Prefer full-blown tar over buybox's version