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

@@ -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

View File

@@ -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))