openwrtv4/target/linux/ramips/mt7621/target.mk
Felix Fietkau 9abbaa9539 build: remove MIPS dsp/dsp2 CPU_SUBTYPE
There does not seem to be any meaningful difference in generated code.
This will save some time and space on snapshot builds

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-08-03 14:56:45 +02:00

17 lines
264 B
Makefile

#
# Copyright (C) 2009 OpenWrt.org
#
SUBTARGET:=mt7621
BOARDNAME:=MT7621 based boards
FEATURES+=usb rtc
CPU_TYPE:=1004kc
DEFAULT_PACKAGES += kmod-mt76
KERNEL_PATCHVER:=4.4
define Target/Description
Build firmware images for Ralink MT7621 based boards.
endef