openwrtv4/target/linux/ramips/mt76x8/target.mk
L. D. Pinney 3e36ca4b43 ramips: merge mt7628/mt7688 into mt76x8
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>
2017-08-30 17:05:10 +02:00

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