diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-11 14:28:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-11 14:28:17 +0000 |
commit | 52c9508f27c765c893f73b0ece1724c8d7bfd5e4 (patch) | |
tree | d4675465115ec6b1f5d15ec1bb4dc547a2cd8874 /package/which/Config.in | |
parent | db13d321d6566c8937a7dbf872d4b4410a9d79ae (diff) |
add which
Diffstat (limited to 'package/which/Config.in')
-rw-r--r-- | package/which/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/which/Config.in b/package/which/Config.in new file mode 100644 index 000000000..73f259179 --- /dev/null +++ b/package/which/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_WHICH + bool "which" + default n + help + The standard 'which' utility. + + http://www.xs4all.nl/~carlo17/which/ |