Commit Graph

5 Commits

Author SHA1 Message Date
Thomas Petazzoni
1dbd7b9910 package: move busybox show others dependency to per-package
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>
2016-07-04 16:12:38 +02:00
Wade Berrier
165bfb3a23 which.mk:
-Update to 2.20 which doesn't depend on readline

Config.in:
-Don't depend on readline any longer
2008-10-06 19:54:58 +00:00
Peter Korsgaard
367a7344bf which: needs readline
Patch by Wade Berrier.
2008-07-22 13:59:35 +00:00
Peter Korsgaard
4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Mike Frysinger
52c9508f27 add which 2004-11-11 14:28:17 +00:00