blob: d05b8c82bf7f15ccbab24f7111ea9d33c48b8236 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# Copyright (C) 2009 OpenWrt.org
#
SUBTARGET:=mt7621
BOARDNAME:=MT7621 based boards
FEATURES+=nand ramdisk rtc usb minor
CPU_TYPE:=24kc
DEFAULT_PACKAGES += wpad-basic-wolfssl
define Target/Description
Build firmware images for Ralink MT7621 based boards.
endef
|