aboutsummaryrefslogtreecommitdiff
path: root/utils/tar
Commit message (Collapse)AuthorAge
* utils/tar: Default to acl and xattr support if it's core defaultDaniel Dickinson2016-06-19
| | | | | | | If we've enable POSIX ACL's and XATTR support as the default, then make tar build with such support by default as well. Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
* utils/tar: Fix defaulting to selecting dependenciesDaniel Dickinson2016-06-02
| | | | | | | | Due to KConfig misbehavior the tar config options where getting enabled even when tar was not enabled. We fix this by enclosing the options in an if PACKAGE_tar ; endif block. Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
* tar: update to v1.29Álvaro Fernández Rojas2016-06-01
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* 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>