1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 14:38:20 +02:00
openwrt/target/linux/brcm47xx/generic/target.mk
Hauke Mehrtens ed7c73fbef brcm47xx: activate some compiler optimizations for 74K CPUs
With this patch the mips74k subtarget will be compiled with optimized
compiler options to generated smaller and faster code. This currently
breaks broadcom-wl, because the binary blob is only compiled with
mipsr1 support.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 41050
2014-06-07 17:36:02 +00:00

8 lines
199 B
Makefile

BOARDNAME:=Generic
FEATURES+=pcmcia
define Target/Description
Build generic firmware for all Broadcom BCM47xx and BCM53xx MIPS
devices. It runs on both architectures BMIPS3300 and MIPS 74K.
endef