2630e5063d
The newly merged mbedtls backend is smaller and has fewer ABI related issues than the wolfSSL one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
16 lines
326 B
Makefile
16 lines
326 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2014 OpenWrt.org
|
|
|
|
define Profile/Broadcom-mips74k-none
|
|
NAME:=Broadcom SoC, No WiFi
|
|
PACKAGES:=-wpad-basic-mbedtls
|
|
endef
|
|
|
|
define Profile/Broadcom-mips74k-none/Description
|
|
Package set for devices without a WiFi.
|
|
endef
|
|
|
|
$(eval $(call Profile,Broadcom-mips74k-none))
|
|
|