mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
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
@ -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 @@
|
|||||||
|
|
||||||
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user