Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion utils/tar/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=tar
PKG_VERSION:=1.35
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/tar
Expand Down Expand Up @@ -68,6 +68,7 @@ define Package/tar/config

config PACKAGE_TAR_XZ
bool "tar: Enable seamless xz support"
depends on PACKAGE_xz-utils
default y

config PACKAGE_TAR_ZSTD
Expand Down