Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -26,6 +26,11 @@ config BR2_TARGET_ROOTFS_TAR_BZIP2
|
||||
help
|
||||
Do compress the tarball with bzip2.
|
||||
|
||||
config BR2_TARGET_ROOTFS_TAR_LZ4
|
||||
bool "lz4"
|
||||
help
|
||||
Do compress the tarball with lz4.
|
||||
|
||||
config BR2_TARGET_ROOTFS_TAR_LZMA
|
||||
bool "lzma"
|
||||
help
|
||||
|
||||
@@ -11,4 +11,4 @@ define ROOTFS_TAR_CMD
|
||||
tar $(TAR_OPTS) -cf $@ --null --no-recursion -T - --numeric-owner)
|
||||
endef
|
||||
|
||||
$(eval $(call ROOTFS_TARGET,tar))
|
||||
$(eval $(rootfs))
|
||||
|
||||
Reference in New Issue
Block a user