281483e097
this makes sysupgrade work on the ERX Signed-off-by: John Crispin <john@phrozen.org>
17 lines
269 B
Makefile
17 lines
269 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=mt7621
|
|
BOARDNAME:=MT7621 based boards
|
|
FEATURES+=usb rtc nand
|
|
CPU_TYPE:=1004kc
|
|
|
|
DEFAULT_PACKAGES += kmod-mt76
|
|
|
|
KERNEL_PATCHVER:=4.4
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink MT7621 based boards.
|
|
endef
|
|
|