immortalwrt/target/linux/ramips/mt76x8/target.mk

17 lines
289 B
Makefile
Raw Normal View History

2019-12-08 12:13:33 +08:00
#
# Copyright (C) 2009 OpenWrt.org
#
SUBTARGET:=mt76x8
BOARDNAME:=MT76x8 based boards
FEATURES+=usb ramdisk
2019-12-08 12:13:33 +08:00
CPU_TYPE:=24kc
2020-04-16 22:15:27 +08:00
DEFAULT_PACKAGES += kmod-mt7603 wpad-openssl swconfig
KERNEL_PATCHVER:=5.4
2019-12-08 12:13:33 +08:00
define Target/Description
Build firmware images for Ralink MT76x8 based boards.
endef