openwrtv4/target/linux/ramips/mt7621/target.mk

18 lines
267 B
Makefile
Raw Normal View History

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