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

@@ -3,6 +3,7 @@ config BR2_PACKAGE_LZOP
select BR2_PACKAGE_LZO
help
lzop is a file compressor which is very similar to gzip.
lzop uses the LZO data compression library for compression services.
lzop uses the LZO data compression library for compression
services.
http://www.lzop.org/

View File

@@ -6,7 +6,7 @@
LZOP_VERSION = 1.03
LZOP_SITE = http://www.lzop.org/download
LZOP_LICENSE = GPLv2+
LZOP_LICENSE = GPL-2.0+
LZOP_LICENSE_FILES = COPYING
LZOP_DEPENDENCIES = lzo
HOST_LZOP_DEPENDENCIES = host-lzo
@@ -14,4 +14,4 @@ HOST_LZOP_DEPENDENCIES = host-lzo
$(eval $(autotools-package))
$(eval $(host-autotools-package))
LZOP = $(HOST_DIR)/usr/bin/lzop
LZOP = $(HOST_DIR)/bin/lzop