dce4945972
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36164
14 lines
228 B
Makefile
14 lines
228 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=rt288x
|
|
BOARDNAME:=RT288x based boards
|
|
CFLAGS+= -mips32r2 -mtune=mips32r2
|
|
FEATURES:=broken
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink RT288x based boards.
|
|
endef
|
|
|