mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-30 12:26:57 +08:00

Re-add devices: XiaoMi Wifi R3/R4/AC2100, JDCloud Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
16 lines
277 B
Makefile
16 lines
277 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=mt7620
|
|
BOARDNAME:=MT7620 based boards
|
|
FEATURES+=usb nand ramdisk
|
|
CPU_TYPE:=24kc
|
|
|
|
DEFAULT_PACKAGES += kmod-rt2800-soc wpad-openssl swconfig
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink MT7620 based boards.
|
|
endef
|
|
|