openwrtv3/target/linux/ramips/rt288x/target.mk
Felix Fietkau e9405aa8fd ramips/rt288x: switch CPU_TYPE to 24kc
While rt288x only has a MIPS 4KEc processor, it implements the MIPS32r2
architecture just like the 24Kc, so the instruction set should be 100%
compatible.
Switching it to 24kc allows it to share the package architecture with a
lot of other targets instead of creating a special case, saving
buildbot resources.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2017-01-24 13:15:01 +01:00

14 lines
228 B
Makefile

#
# Copyright (C) 2009 OpenWrt.org
#
SUBTARGET:=rt288x
BOARDNAME:=RT288x based boards
CPU_TYPE:=24kc
DEFAULT_PACKAGES += kmod-rt2800-soc
define Target/Description
Build firmware images for Ralink RT288x based boards.
endef