diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-24 12:25:05 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-24 13:35:09 +0100 |
commit | 6193e3cdeec546815e492c3df53a2ace37e8c074 (patch) | |
tree | a3c94278cefd6a049c052d150839a87c190c99fa /target/linux/ramips/rt288x/target.mk | |
parent | b36e24f39e633f8f5061b52d496f5f17a2b210f2 (diff) | |
download | mtk-20170518-6193e3cdeec546815e492c3df53a2ace37e8c074.zip mtk-20170518-6193e3cdeec546815e492c3df53a2ace37e8c074.tar.gz mtk-20170518-6193e3cdeec546815e492c3df53a2ace37e8c074.tar.bz2 |
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>
Diffstat (limited to 'target/linux/ramips/rt288x/target.mk')
-rw-r--r-- | target/linux/ramips/rt288x/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/rt288x/target.mk b/target/linux/ramips/rt288x/target.mk index 1e20e51..65ad68f 100644 --- a/target/linux/ramips/rt288x/target.mk +++ b/target/linux/ramips/rt288x/target.mk @@ -4,7 +4,7 @@ SUBTARGET:=rt288x BOARDNAME:=RT288x based boards -CPU_TYPE:=mips32r2 +CPU_TYPE:=24kc DEFAULT_PACKAGES += kmod-rt2800-soc |