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