3e36ca4b43
The ramips subtargets of mt7628 and mt7688 dts files all #include "mt7628an.dtsi" They are essentially a single subtarget. This patch merges the ramips subtargets mt7628 and mt7688 into a single subtarget mt76x8. Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
15 lines
246 B
Makefile
15 lines
246 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=mt76x8
|
|
BOARDNAME:=MT76x8 based boards
|
|
FEATURES+=usb
|
|
CPU_TYPE:=24kc
|
|
|
|
DEFAULT_PACKAGES += kmod-mt76 wpad-mini
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink MT76x8 based boards.
|
|
endef
|
|
|