summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-08-15 22:35:26 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-08-15 22:35:26 +0000
commit406eeeeeb7483b2ca02415e4e77db92fd4b39a09 (patch)
tree6d994d009b07ac34ff729922aab86229df8342ad /package
parente4bbaa38c30f9284f66c18203708a32dcfa27c3f (diff)
downloadbuildroot-novena-406eeeeeb7483b2ca02415e4e77db92fd4b39a09.tar.gz
buildroot-novena-406eeeeeb7483b2ca02415e4e77db92fd4b39a09.zip
Allow user to configure PROGRAM_INVOCATION_NAME
Diffstat (limited to 'package')
-rw-r--r--package/coreutils/Config.in1
-rw-r--r--package/tar/Config.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/package/coreutils/Config.in b/package/coreutils/Config.in
index 4722664ad..adc3782c1 100644
--- a/package/coreutils/Config.in
+++ b/package/coreutils/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_COREUTILS
bool "coreutils"
default n
depends on BR2_USE_WCHAR
+ select BR2_UCLIBC_PROGRAM_INVOCATION
help
All of the basic file/text/shell utilities. These are the
core utilities which are expected to exist on every system.
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.