immortalwrt/target/linux/ramips/mt7621/target.mk

19 lines
388 B
Makefile
Raw Normal View History

2019-12-08 00:36:53 +08:00
#
# Copyright (C) 2009 OpenWrt.org
#
SUBTARGET:=mt7621
BOARDNAME:=MT7621 based boards
FEATURES+=nand ramdisk rtc usb minor
CPU_TYPE:=24kc
KERNELNAME:=vmlinux vmlinuz
# make Kernel/CopyImage use $LINUX_DIR/vmlinuz
IMAGES_DIR:=../../..
2019-12-08 00:36:53 +08:00
2020-09-12 15:01:12 +08:00
DEFAULT_PACKAGES += kmod-crypto-hw-eip93 wpad-openssl swconfig
2020-04-25 08:35:17 +08:00
2019-12-08 00:36:53 +08:00
define Target/Description
Build firmware images for Ralink MT7621 based boards.
endef