mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-06 18:27:06 +08:00
16 lines
246 B
Makefile
16 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
|
|
|