1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00
openwrt/target/linux/bcm47xx/legacy/target.mk
Adrian Schmutzler 8fe5ad5d33 brcm47xx: rename target to bcm47xx
This change makes the names of Broadcom targets consistent by using
the common notation based on SoC/CPU ID (which is used internally
anyway), bcmXXXX instead of brcmXXXX.
This is even used for target TITLE in make menuconfig already,
only the short target name used brcm so far.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-02-14 14:10:51 +01:00

11 lines
298 B
Makefile

FEATURES += low_mem pcmcia small_flash
BOARDNAME:=Legacy (BMIPS3300)
DEFAULT_PACKAGES += wpad-mini
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