summaryrefslogtreecommitdiffstats
path: root/package/tar
diff options
context:
space:
mode:
Diffstat (limited to 'package/tar')
-rw-r--r--package/tar/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/tar/Config.in b/package/tar/Config.in
index c334c3ffa..9116e2943 100644
--- a/package/tar/Config.in
+++ b/package/tar/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_TAR
bool "tar"
default n
depends on BR2_USE_WCHAR
+ select BR2_UCLIBC_PROGRAM_INVOCATION
help
A program that saves many files together into a single tape or disk
archive, and can restore individual files from the archive.