projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
kernel: move CONFIG_NET_IP_TUNNEL to generic
[openwrt.git]
/
target
/
linux
/
ramips
/
rt305x
/
target.mk
1
#
2
# Copyright (C) 2009 OpenWrt.org
3
#
4
5
SUBTARGET:=rt305x
6
BOARDNAME:=RT3x5x/RT5350 based boards
7
ARCH_PACKAGES:=ramips_24kec
8
FEATURES+=usb
9
CFLAGS+= -march=24kec -mdsp
10
11
define Target/Description
12
Build firmware images for Ralink RT3x5x/RT5350 based boards.
13
endef
14