blob: 85bfc5aa4e378913296a2aec30dd9c7dc1398d9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Copyright (C) 2011 OpenWrt.org
#
SUBTARGET:=rt3883
BOARDNAME:=RT3662/RT3883 based boards
ARCH_PACKAGES:=ramips_24kec
CFLAGS+= -march=24kec
define Target/Description
Build firmware images for Ralink RT3662/RT3883 based boards.
endef
|