0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-27 23:34:30 +00:00
openwrt/target/linux/bcm47xx/legacy/target.mk
Rosen Penev 2630e5063d 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>
2023-02-04 02:35:03 +01:00

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