mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-06 19:24:52 +00:00
18 lines
282 B
Makefile
18 lines
282 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=mt7628
|
|
BOARDNAME:=MT7628 based boards
|
|
ARCH_PACKAGES:=ramips_24kec
|
|
FEATURES+=usb
|
|
CPU_TYPE:=24kec
|
|
CPU_SUBTYPE:=dsp
|
|
|
|
DEFAULT_PACKAGES += kmod-mt76
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink MT7628 based boards.
|
|
endef
|
|
|