9c24227090
NAND support is missing Signed-off-by: John Crispin <john@phrozen.org>
15 lines
245 B
Makefile
15 lines
245 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=mt7621
|
|
BOARDNAME:=MT7621 based boards
|
|
FEATURES+=usb rtc nand
|
|
CPU_TYPE:=24kc
|
|
|
|
DEFAULT_PACKAGES += kmod-mt76
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink MT7621 based boards.
|
|
endef
|
|
|