Skip to content
Snippets Groups Projects
Commit d04c4a31 authored by John Crispin's avatar John Crispin
Browse files

ralink: mt7621 is a 1004Kc


Signed-off-by: default avatarL. D. Pinney <ldpinney@gmail.com>

SVN-Revision: 43514
parent 19a6f3dd
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,11 @@ ...@@ -5,7 +5,11 @@
cpus { cpus {
cpu@0 { cpu@0 {
compatible = "mips,mips24KEc"; compatible = "mips,mips1004Kc";
};
cpu@1 {
compatible = "mips,mips1004Kc";
}; };
}; };
......
...@@ -4,12 +4,11 @@ ...@@ -4,12 +4,11 @@
SUBTARGET:=mt7621 SUBTARGET:=mt7621
BOARDNAME:=MT7621 based boards BOARDNAME:=MT7621 based boards
ARCH_PACKAGES:=ramips_24kec ARCH_PACKAGES:=ramips_1004kc
FEATURES+=usb FEATURES+=usb
CPU_TYPE:=24kec CPU_TYPE:=1004kc
CPU_SUBTYPE:=dsp CPU_SUBTYPE:=dsp
CFLAGS:=-pipe -mmt -mips32r2 -mtune=1004kc
DEFAULT_PACKAGES += kmod-rt2800-pci
define Target/Description define Target/Description
Build firmware images for Ralink MT7621 based boards. Build firmware images for Ralink MT7621 based boards.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment