mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-07 14:47:08 +08:00
16 lines
278 B
Makefile
16 lines
278 B
Makefile
![]() |
#
|
||
|
# Copyright (C) 2009 OpenWrt.org
|
||
|
#
|
||
|
|
||
|
SUBTARGET:=mt7620
|
||
|
BOARDNAME:=MT7620 based boards
|
||
|
FEATURES+=usb
|
||
|
CPU_TYPE:=24kc
|
||
|
|
||
|
DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc kmod-mt76 wpad-mini
|
||
|
|
||
|
define Target/Description
|
||
|
Build firmware images for Ralink MT7620 based boards.
|
||
|
endef
|
||
|
|