ralink: mt7621 is a 1004Kc
Signed-off-by: L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 43514
This commit is contained in:
parent
19a6f3dd11
commit
d04c4a311e
2 changed files with 8 additions and 5 deletions
|
@ -5,7 +5,11 @@
|
|||
|
||||
cpus {
|
||||
cpu@0 {
|
||||
compatible = "mips,mips24KEc";
|
||||
compatible = "mips,mips1004Kc";
|
||||
};
|
||||
|
||||
cpu@1 {
|
||||
compatible = "mips,mips1004Kc";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -4,12 +4,11 @@
|
|||
|
||||
SUBTARGET:=mt7621
|
||||
BOARDNAME:=MT7621 based boards
|
||||
ARCH_PACKAGES:=ramips_24kec
|
||||
ARCH_PACKAGES:=ramips_1004kc
|
||||
FEATURES+=usb
|
||||
CPU_TYPE:=24kec
|
||||
CPU_TYPE:=1004kc
|
||||
CPU_SUBTYPE:=dsp
|
||||
|
||||
DEFAULT_PACKAGES += kmod-rt2800-pci
|
||||
CFLAGS:=-pipe -mmt -mips32r2 -mtune=1004kc
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for Ralink MT7621 based boards.
|
||||
|
|
Loading…
Reference in a new issue