summaryrefslogtreecommitdiff
path: root/package/tar/tar.mk
blob: edbd9bdc7690bc3a403e2c83a24e539945ae318f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#############################################################
#
# tar
#
#############################################################

TAR_VERSION = 1.26
TAR_SITE = $(BR2_GNU_MIRROR)/tar

# Prefer full-blown tar over buybox's version
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
TAR_DEPENDENCIES += busybox
endif

$(eval $(call AUTOTARGETS))