immortalwrt/target/linux/ramips/mt7620/target.mk

16 lines
268 B
Makefile
Raw Normal View History

2019-12-08 12:13:33 +08:00
#
# Copyright (C) 2009 OpenWrt.org
#
SUBTARGET:=mt7620
BOARDNAME:=MT7620 based boards
FEATURES+=usb nand ramdisk
2019-12-08 12:13:33 +08:00
CPU_TYPE:=24kc
2019-12-15 18:59:57 +08:00
DEFAULT_PACKAGES += kmod-rt2800-soc wpad-openssl
2019-12-08 12:13:33 +08:00
define Target/Description
Build firmware images for Ralink MT7620 based boards.
endef