mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-21 11:53:53 +08:00
which.mk:
-Update to 2.20 which doesn't depend on readline Config.in: -Don't depend on readline any longer
This commit is contained in:
parent
f6c58902ac
commit
165bfb3a23
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_WHICH
|
||||
bool "which"
|
||||
select BR2_READLINE
|
||||
help
|
||||
The standard 'which' utility.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user