Browse Source

which: needs readline

Patch by Wade Berrier.
Peter Korsgaard 17 years ago
parent
commit
367a7344bf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/which/Config.in

+ 1 - 0
package/which/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_WHICH
 	bool "which"
+	select BR2_READLINE
 	help
 	  The standard 'which' utility.