forked from Ivasoft/openwrt
treewide: replace wpad-basic-wolfssl default
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>
This commit is contained in:
committed by
Paul Spooren
parent
19988b66d0
commit
2630e5063d
@@ -4,7 +4,7 @@
|
||||
|
||||
define Profile/Broadcom-mips74k-wl
|
||||
NAME:=Broadcom SoC, BCM43xx WiFi (proprietary wl)
|
||||
PACKAGES:=-wpad-basic-wolfssl kmod-brcm-wl wlc nas
|
||||
PACKAGES:=-wpad-basic-mbedtls kmod-brcm-wl wlc nas
|
||||
endef
|
||||
|
||||
define Profile/Broadcom-mips74k-wl/Description
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
define Profile/Broadcom-mips74k-none
|
||||
NAME:=Broadcom SoC, No WiFi
|
||||
PACKAGES:=-wpad-basic-wolfssl
|
||||
PACKAGES:=-wpad-basic-mbedtls
|
||||
endef
|
||||
|
||||
define Profile/Broadcom-mips74k-none/Description
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
BOARDNAME:=MIPS 74K
|
||||
CPU_TYPE:=74kc
|
||||
|
||||
DEFAULT_PACKAGES += wpad-basic-wolfssl
|
||||
DEFAULT_PACKAGES += wpad-basic-mbedtls
|
||||
|
||||
define Target/Description
|
||||
Build firmware for Broadcom BCM47xx and BCM53xx devices with
|
||||
|
||||
Reference in New Issue
Block a user