update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_WHICH
bool "which"
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
help
The standard 'which' utility.
http://carlowood.github.io/which/index.html

View File

@@ -0,0 +1,2 @@
# Locally calculated after checking pgp signature
sha256 f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad which-2.21.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# which
#
################################################################################
WHICH_VERSION = 2.21
WHICH_SITE = $(BR2_GNU_MIRROR)/which
WHICH_LICENSE = GPLv3+
WHICH_LICENSE_FILES = COPYING
$(eval $(autotools-package))