utils/tar: Make compression, acl, and xattr support configuration options
authorDaniel Dickinson <redacted>
Sun, 20 Dec 2015 08:16:08 +0000 (03:16 -0500)
committerDaniel Dickinson <redacted>
Mon, 16 May 2016 08:23:30 +0000 (04:23 -0400)
commit488be8407563ebbd9965820121d6eefe4bd09958
tree5f0d49c1f396cd367851fbfba2ac1c1f244c6b72
parent2edb2e36ec662ecd950ebc9fb8e7b8931d9bbb10
utils/tar: Make compression, acl, and xattr support configuration options

This patch make building tar with POSIX ACL and XATTR
support configuration options.  It also makes building
seamless (e.g. -z -J -j) compression support a configuration
option for each compression program available in OpenWrt.

It also makes POSIX ACL support disabled by default
(by default OpenWrt doesn't build POSIX ACL support
into the kernel, never mind allowing to mount with it
enabled).  Also XATTR support is disabled by
default as this seems to be the standard default for packages
in OpenWrt.

Finally Bzip2, Gzip, and XZ seamless support are made
available by default and appropriate dependencies
are added based on the configuration choice.

Signed-off-by: Daniel Dickinson <redacted>
utils/tar/Makefile
git clone https://git.99rst.org/PROJECT