ar71xx: clean up DEVICE_PACKAGES of legacy devices
[openwrt/staging/mkresin.git] / tools / libressl / Makefile
1 #
2 # Copyright (C) 2016 LEDE project
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=libressl
11 PKG_VERSION:=2.3.4
12 PKG_MD5SUM:=b81d990b7eceb156df6eaa7e9f4a353e
13 PKG_RELEASE:=1
14
15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
16 PKG_SOURCE_URL:=http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/
17
18 HOST_BUILD_PARALLEL:=1
19
20 include $(INCLUDE_DIR)/host-build.mk
21
22 $(eval $(call HostBuild))