mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-27 23:34:30 +00:00
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>
11 lines
307 B
Makefile
11 lines
307 B
Makefile
FEATURES += low_mem pcmcia small_flash
|
|
BOARDNAME:=Legacy (BMIPS3300)
|
|
|
|
DEFAULT_PACKAGES += wpad-basic-mbedtls
|
|
|
|
define Target/Description
|
|
Build firmware for Broadcom BCM47xx and BCM53xx devices with
|
|
BMIPS3300 CPU except for BCM4705 SoC.
|
|
Supported SoCs: BCM5352E, BCM5354, BCM5365?, BCM4712, BCM4704.
|
|
endef
|