mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-06 18:27:06 +08:00
15 lines
238 B
Makefile
15 lines
238 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=rt288x
|
|
BOARDNAME:=RT288x based boards
|
|
CPU_TYPE:=24kc
|
|
|
|
DEFAULT_PACKAGES += kmod-rt2800-soc wpad-mini
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink RT288x based boards.
|
|
endef
|
|
|