mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 01:11:14 +00:00
e7bfda2c24
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>
9 lines
157 B
Makefile
9 lines
157 B
Makefile
BOARDNAME:=smp
|
|
|
|
define Target/Description
|
|
Build firmware images for BCM63XX boards with SMP support.
|
|
Currently only BCM6362 and BCM6368 supported.
|
|
endef
|
|
|
|
|