openwrtv3/target/linux/ramips/rt288x/target.mk
Felix Fietkau 231f15c9db ramips: fix rt2x00 handling of default packages for subtargets
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 41145
2014-06-11 17:01:19 +00:00

14 lines
232 B
Makefile

#
# Copyright (C) 2009 OpenWrt.org
#
SUBTARGET:=rt288x
BOARDNAME:=RT288x based boards
CPU_TYPE:=mips32r2
DEFAULT_PACKAGES += kmod-rt2800-soc
define Target/Description
Build firmware images for Ralink RT288x based boards.
endef