Browse Source

which.mk:
-Update to 2.20 which doesn't depend on readline

Config.in:
-Don't depend on readline any longer

Wade Berrier 17 years ago
parent
commit
165bfb3a23
2 changed files with 1 additions and 2 deletions
  1. 0 1
      package/which/Config.in
  2. 1 1
      package/which/which.mk

+ 0 - 1
package/which/Config.in

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

+ 1 - 1
package/which/which.mk

@@ -3,7 +3,7 @@
 # which
 #
 #############################################################
-WHICH_VERSION:=2.19
+WHICH_VERSION:=2.20
 WHICH_SOURCE:=which-$(WHICH_VERSION).tar.gz
 WHICH_SITE:=http://www.xs4all.nl/~carlo17/which/
 WHICH_AUTORECONF:=NO