projects
/
15.05
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ramips: Add support for RT5350F-OLinuXino V2
[15.05/openwrt.git]
/
target
/
linux
/
ramips
/
mt7628
/
target.mk
1
#
2
# Copyright (C) 2009 OpenWrt.org
3
#
4
5
SUBTARGET:=mt7628
6
BOARDNAME:=MT7628 based boards
7
ARCH_PACKAGES:=ramips_24kec
8
FEATURES+=usb
9
CPU_TYPE:=24kec
10
CPU_SUBTYPE:=dsp
11
12
define Target/Description
13
Build firmware images for Ralink MT7628 based boards.
14
endef
15