mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
8fe5ad5d33
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>
11 lines
298 B
Makefile
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
|