summaryrefslogtreecommitdiffstats
path: root/package/which/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* package: move busybox show others dependency to per-packageThomas Petazzoni2016-07-041-0/+1
| | | | | | | | | | | Having the BR2_PACKAGE_BUSYBOX_SHOW_OTHERS dependencies in package/Config.in is not very practical: it makes this file not very readable, and puts the dependency away from the package itself, which can sometimes be confusing. Therefore, this commit moves the dependency in each package Config.in file. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* which.mk:Wade Berrier2008-10-061-1/+0
| | | | | | | -Update to 2.20 which doesn't depend on readline Config.in: -Don't depend on readline any longer
* which: needs readlinePeter Korsgaard2008-07-221-0/+1
| | | | Patch by Wade Berrier.
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* add whichMike Frysinger2004-11-111-0/+7
OpenPOWER on IntegriCloud