Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_WHICH
bool "which"
help
The standard 'which' utility.
http://www.xs4all.nl/~carlo17/which/

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))