mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41050 3c298f89-4303-0410-b956-a3cf2f4a3e73
10 lines
180 B
Makefile
10 lines
180 B
Makefile
BOARDNAME:=MIPS 74K
|
|
CPU_TYPE:=74kc
|
|
CPU_SUBTYPE:=dsp2
|
|
FEATURES+=mips16
|
|
|
|
define Target/Description
|
|
Build firmware for Broadcom BCM47xx and BCM53xx devices with
|
|
MIPS 74K CPU.
|
|
endef
|