openwrt/target/linux/ramips/rt288x/target.mk

18 lines
292 B
Makefile
Raw Normal View History

#
# Copyright (C) 2009 OpenWrt.org
#
SUBTARGET:=rt288x
BOARDNAME:=RT288x based boards
FEATURES+=small_flash
CPU_TYPE:=24kc
DEFAULT_PACKAGES += kmod-rt2800-soc wpad-mini swconfig
KERNEL_PATCHVER:=4.14
define Target/Description
Build firmware images for Ralink RT288x based boards.
endef