aboutsummaryrefslogtreecommitdiff
path: root/utils/tar
Commit message (Collapse)AuthorAge
* utils/tar: Make compression, acl, and xattr support configuration optionsDaniel Dickinson2016-05-16
| | | | | | | | | | | | | | | | | | | | 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 <openwrt@daniel.thecshore.com>
* tar: add libacl and libattr dependenciesÁlvaro Fernández Rojas2015-03-10
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* tar: import from oldpackages and upgrade to 1.28Álvaro Fernández Rojas2015-03-09
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>